fix(basic.gblib): New names for basic functions on hidden code header.

This commit is contained in:
Rodrigo Rodriguez 2021-01-03 19:13:27 -03:00
parent 24ba5b65e4
commit dba22d518d

View file

@ -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};