Operations on scalars

If it's a number then these make sense.

+, -, /, *, %, **

Example code of these operations in action.

Logical operators. &&, and ||, or !, not.

Comparison operators (numerical, string) . (==, eq), (!= , ne), (<, lt), (>, gt), (<=, le)



Richard Waterman
Fri Jan 22 01:27:29 EST 1999