[HOME] [github] [twitter] [blog] [fml4] [fml8] [北海道] Powered by NetBSD and [nuinui.net] .

Postfix スタイルのさらなる拡張

変数名 += 値
変数名 -= 値
で、特定の値の足し引きができます。

x  = a b c d
x -= b
x = a c d
と解釈されます。

また

x  = a b c d
x += e
x = a b c d e
となります。

[HOME] [github] [twitter] [blog] [fml4] [fml8] [北海道] Powered by NetBSD and [nuinui.net] .
Copyright (C) 1993-2022 Ken'ichi Fukamachi mail:< fukachan at fml.org >