fix(basic.gblib): New names for basic functions on hidden code header.
This commit is contained in:
parent
24ba5b65e4
commit
dba22d518d
1 changed files with 2 additions and 2 deletions
|
@ -158,8 +158,8 @@ export class GBVMService extends GBService {
|
|||
code = `<%\n
|
||||
|
||||
id = sys().getRandomId()
|
||||
username = this.getUserName(step);
|
||||
mobile = this.getUserMobile(step);
|
||||
username = this.userName(step);
|
||||
mobile = this.userMobile(step);
|
||||
from = mobile;
|
||||
ubound = function(list){return list.length};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue