##// END OF EJS Templates
Platform-specific makefile
Platform-specific makefile

File last commit:

r1:de781984 default
r59:09309f46 default
Show More
3expr.txt
16 lines | 179 B | text/plain | TextLexer
# expr
x=5
y=6
tmp=(x ! y) OR (x <> y)
tmp=x OR y
tmp=x AND y
tmp=y MOD x
tmp=OBJ 'стул'
tmp=LOC 'дом'
tmp=res = x*y + y*-x/2
tmp=res = NO x = y
tmp=15*5/2
tmp=15/2*5
-