Actions
Feature #526
closed++ -- 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;
Updated by arkeon over 6 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset r11133.
Actions