##// END OF EJS Templates
txt->qsps, remove FOR and IMG, broken LOCAL and LOOP
txt->qsps, remove FOR and IMG, broken LOCAL and LOOP

File last commit:

r60:517f9c14 default
r60:517f9c14 default
Show More
3expr.qsps
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
-