Feature #526
++ -- with float
Start date:
06/06/2015
Due date:
% Done:
100%
Estimated time:
Description
Currently, we can use
++myVariable; --myVariable;
to increment or decrment an integer.
Add something like that to the language for a float number :
++.myFloatVariable; --.myFloatVariable;
Associated revisions
Kernel:
closes #526
- add ++. --. **.
History
#1 Updated by arkeon over 2 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset r11133.
Kernel:
closes #526
- add ++. --. **.