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;
Actions