clear
;̃eXg2
echo $_FILE

fill -s0
fill -s0.1
fill -s 0
fill -s 0.1

fill -s(0+100)
fill -s0.(1+2)
fill -s(0+100).(1+2)
fill -s (0+100)
fill -s 0.(1+2)
fill -s (0+100).(1+2)

fill -b11 22 33
fill -b 11 22t 1100_1101_

fill -b(11+1) 22 33
fill -b (11+1) 22 33

wait -s 0.1 -b11
wait -s 0.1 -b11.or
wait -s 0.1 -b11.and

wait -s 0.1 -b 11
wait -s 0.1 -b 11.or
wait -s 0.1 -b 11.and

wait -s 0.1 -b(11+1)
wait -s 0.1 -b(11*2).or
wait -s 0.1 -b(11|100).and
wait -s 0.1 -b(11|100).and -t100
wait -s 0.1 -b(11|100).and -t(100t)


define base1
define base2 (1)


int ($base1+2)		;+2
int (2+$base1)		;2+	error
int ($base2+2)		;(1)+2
