makeGlobalSubrIndex function
dynamic
makeGlobalSubrIndex()
Implementation
makeGlobalSubrIndex() {
// Currently we don't use subroutines.
return Record('Global Subr INDEX', [
{"name": 'subrs', "type": 'INDEX', "value": []}
], null);
}