mirror of
https://github.com/samsonjs/compiler.git
synced 2026-03-25 08:45:52 +00:00
11 lines
97 B
Text
11 lines
97 B
Text
a=9
|
|
aa=10
|
|
somethinglong=65536
|
|
b=5*(3-5)
|
|
c=a-1
|
|
d=-1
|
|
e=b*2+2
|
|
f=e-27/9
|
|
g=f-8/2
|
|
h=g-4*(5+5+5)
|
|
i=h+85
|