View on GitHub

Concert

Concert is an imperative, concurrent, strongly typed scripting language

Download this project as a .zip file Download this project as a tar.gz file

Home

Operators

Operator Description
. Scope
[] Subscript
« Bitwise left shift
» Bitwise right shift
* Multiplication
/ Division
% Remainder
+ Addition
- Subtraction
| Bitwise OR
& Bitwise AND
^ Bitwise XOR
~ Binary ones complement