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 Keywords

Keyword const

Description

Used to declare a const variable.

Example

const int MAXIMUM_AREA = 100;
const double TRUNCATED_PI = 3.14;
const string EXPECTED_NAME = "John";