Z^3 Language Documentation

From ZCubes Wiki
Jump to navigation Jump to search

Operators

@: Function Apply Operator

~: Transpose Operator

↑ and ↓: Ascending and Descending Operator

⧓,⧒,⧒ and ⋈: Between Operators

√: Square Root, Cube Root, Fourth Root and Nth Root Operators

5*√3 5√3 // 5th root of 3.

3√144 // 3rd root of n. √144

a=4; b=144; a√b

a=4; b=144; a*√b

Logical Constructs

If Statement Notations

Switch Statement Notations