basic./

Operator/BASIC Program, Releases: AP and R83

Mathematical operator (divide).

Syntax

num.expression / num.expression

Description

arithmetic division operator.

Example

hourly.cost = total.price / total.hours

Divides the contents of the total.price variable by the contents of the
total.hours variable and places the results in the hourly.cost variable.

See Also

Command Name Type Description
basic.num.expression Definition An expression which evaluates to a number.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.