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 include

Description

Include Concert source from another file. Code from the included source file is immediately executed.

Example

include "..\list.cc";

# We can now call functions declared in "list.cc".