new(basic.gblib): PUT keyword.
This commit is contained in:
parent
619e6ab196
commit
4e53537228
1 changed files with 1 additions and 1 deletions
|
@ -502,7 +502,7 @@ export class GBVMService extends GBService {
|
|||
});
|
||||
|
||||
code = code.replace(/(\w+)\s*\=\s*FILL\s(.*)\sWITH\s(.*)/gi, ($0, $1, $2, $3) => {
|
||||
return `${1} = sys().fill(${$2}, ${$1})\n`;
|
||||
return `${1} = sys().fill(${$2}, ${$3})\n`;
|
||||
});
|
||||
|
||||
code = code.replace(/save\s(.*)\sas\s(.*)/gi, ($0, $1, $2, $3) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue