-- (LogiX node) (Actions)

From Neos Wiki
Revision as of 16:39, 18 April 2019 by Richard (talk | contribs) (Created page with "In programming, increment ++ operator increases the value of a variable by 1 and decrement -- operator decreases the value of a variable by 1.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In programming, increment ++ operator increases the value of a variable by 1 and decrement -- operator decreases the value of a variable by 1.