new(basic.gblib): New batch features.

This commit is contained in:
Rodrigo Rodriguez 2024-08-16 12:20:27 -03:00
parent f321ed6731
commit 3249da0c93
2 changed files with 1 additions and 1373 deletions

View file

@ -542,7 +542,7 @@ export class GBVMService extends GBService {
let col = 1;
let index = 1;
const mid(str, start, length) {
const mid = (str, start, length) => {
start = start - 1;
if (length === undefined) {
return str.substring(start);

File diff suppressed because it is too large Load diff