new (basic.gbapp): ALLOW ROLE keyword.
This commit is contained in:
parent
6e5d025ba6
commit
c71b616f60
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ export class GBVMService extends GBService {
|
|||
|
||||
// Defines local utility BASIC functions.
|
||||
|
||||
const ubound = (gbarray) => {return gbarray.length - 1};
|
||||
const ubound = (gbarray) => {return gbarray ? gbarray.length - 1: 0};
|
||||
const isarray = (gbarray) => {return Array.isArray(gbarray) };
|
||||
|
||||
// Proxies remote functions as BASIC functions.
|
||||
|
|
Loading…
Add table
Reference in a new issue