Previous Topic: Assignment Statements

Next Topic: Command Statements


Arithmetic

Arithmetic is performed by a series of explicit assignment statements, in which the target variable receives the result of the calculation coded to the right of the = sign. Compound arithmetic expressions are supported by NCL, and both integer and floating-point arithmetic can be used.

More information:

About Arithmetic in NCL