fix(basic.gblib): update ChatServices.ts #420
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ export class GBVMService extends GBService {
|
||||||
|
|
||||||
// Defines local utility BASIC functions.
|
// 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) };
|
const isarray = (gbarray) => {return Array.isArray(gbarray) };
|
||||||
|
|
||||||
// Proxies remote functions as BASIC functions.
|
// Proxies remote functions as BASIC functions.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue