mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
more
This commit is contained in:
@@ -24,3 +24,9 @@ print(e.a+"\n");
|
||||
print(e["c"]+"\n");
|
||||
print(e[20]+"\n");
|
||||
|
||||
function aaa(x,y) {
|
||||
return x*y;
|
||||
}
|
||||
|
||||
print(aaa(4,3)+"\n");
|
||||
|
||||
|
Reference in New Issue
Block a user