Project

General

Profile

Actions

Feature #526

closed

++ -- with float

Added by iri almost 9 years ago. Updated over 5 years ago.

Status:
Resolved
Priority:
Low
Assignee:
Category:
VM
Target version:
-
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 #1

Updated by arkeon over 5 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

Applied in changeset r11133.

Actions

Also available in: Atom PDF