Dec (Compiler Magic Function)
From RemObjects Software
This is a Oxygene Language Feature topic
Feel free to add your notes to this topic below.
Dec will decrement a named variable and it takes two forms:
dec(myValue); dec(myValue,number);
The first form, as you might expect, decrements by 1.
Dec can be used on ordinal types and floats.
See Also
Product: RemObjects Oxygene (formerly known as Chrome)
Current version: 3.0
Previous Versions: 'Joyride' (2.0), 'Floorshow' (1.5), 'Adrenochrome' (1.0)
Glossary — Keywords — Language Features — Platform Features — Samples — Articles — How To — Issues
Categories: Text | Oxygene | Language | Feature
