shl
バイナリー左シフト。
書式:
result
=
number
shl
amount
与えられた
number
を指定された
amount
左にビットシフトする。
例:
for n=1 to 8
print 1
shl
n
next