Meta Project

The Unofficial Meta Documentation

INCREMENT

Summary

INCREMENT Adds 1 to the given argument

Category

Categoryname

Usage

INCREMENT value

Arguments

value - Numeric value to be increased by 1

Refinements

This method has no refinements

Description

INCREMENT Adds 1 to the given argument

Example Code

Instead of writing

counter: counter + 1

you can write

INCREMENT counter

This is the operator that in C is often seen in the form "i++"

Related

DECREMENT  

Back to the Meta Methods Reference index