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 exec

Description

Execute code stored in a string or string variable.

Example

string toExec = "println \"hi\";";
exec toExec;