index
:
clyne/interpreter
master
Scripting language implementation for microcontrollers
Clyne Sullivan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test9
blob: 3cfcd55b5f4ceef22789eb7fee37261cb6a680c7 (
plain
)
1
2
3
4
5
6
7
x = 9 print(3x) print(2x + 5) print(x - 9x) print(5 + (3x)) print((x - 4 * 5)2)