mirror of
https://github.com/samsonjs/compiler.git
synced 2026-03-25 08:45:52 +00:00
57 lines
331 B
Text
57 lines
331 B
Text
a=9
|
|
aa=10
|
|
somethinglong=65536
|
|
x=5*(3-5)
|
|
c=1--a
|
|
g=1*-1
|
|
h=x*2+2
|
|
j=h-27/9
|
|
k=j-8/2
|
|
m=k-4*(5+5+5)
|
|
n=m+85
|
|
|
|
i 1
|
|
x=3
|
|
i 1 c=4
|
|
e
|
|
e
|
|
i1x=3
|
|
i1c=4
|
|
ee
|
|
|
|
i 1
|
|
x=3
|
|
i 1 c=4
|
|
e
|
|
l
|
|
x=2
|
|
e
|
|
|
|
w 0
|
|
a = a + 1
|
|
e
|
|
|
|
u 1
|
|
a = a - 1
|
|
i 1
|
|
b
|
|
e
|
|
e
|
|
|
|
r
|
|
cc = c * 2
|
|
i 1
|
|
b
|
|
e
|
|
e
|
|
|
|
s=0
|
|
f x = 1 >> 5
|
|
s = s + x
|
|
e
|
|
|
|
d 10
|
|
a = a * a
|
|
e
|
|
|
|
xitcode=a-a
|