自己減算
自己減算は以下のコード行に相当する略記法です。
variable = variable - expression
文法:
variable
-
=
expression
用例:
n=10000
while not key(k_esc)
n
- =
10
prints (n)
wend