Update README.md

This commit is contained in:
Valk Richard Li 2019-08-17 20:25:01 +08:00 committed by GitHub
parent 19d4fa5352
commit 391448842e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

View File

@ -254,6 +254,38 @@ function:__main
function:hello
# Now the parser can...
recognize these things...
print("a",e);
var e=1;
var e="str";
var e=[];
var e={};
var e=e[0];
var e=e.e;
var e=e(0);
var e=e();
var e=e[e()];
var e=[1,e,1,e,1];
var e=[e,e,e,e];
var e={e:1,e:2,e:3};
var e=e[e.e];
# The structure of basical elements is...
class var;