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 system

Description

Used to execute a system command.

Example

const string BASH_DIRECTORY_LISTING_COMMAND = "ls -lFa";

system BASH_DIRECTORY_LISTING_COMMAND;