Ryan fb35acbf45 More stuff
Added function returns
Added assignments(Simple)
TODO:
Assignments and lists
Assignments and Dicts
2017-08-20 00:04:08 -04:00

9 lines
106 B
Plaintext

ENTRY START
[START]{
"Test 1:"
num=ADD(5,5)
"num = $num$"
c=5
a,b="sdf",true
"a,b,c = $a$ $b$ $c$"
}