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

Extension To Postfix Style

variable += value
variable -= value
is used for adding or removing the specific value.

x  = a b c d
x -= b
becoms
x = a c d
.

Another case,

x  = a b c d
x += e
becomes
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 >