parseManager/test.dms
Ryan Ward 3af881e1a9 basic bytecode to file
Can now save bytecode to file. Will change in the future so dont use yet
2019-04-01 07:45:17 -04:00

19 lines
327 B
Plaintext

ENTRY MAIN
USING extendedDefine
VERSION 4.1
[MAIN]{
test = [1,2,3,4,5,6,7,8,9,10]
t=0
test2 = "Hello"
str = $test2[1:-2]$
print(str)
// for i = 1,10 <
// "Choice Test: $test[1]$" <
// "A" setGlobalVar("t",1)
// "B" continue()
// "C" setGlobalVar("t",3)
// >
// >
// ::leave::
// print("t = $t$ i = $i$")
}