Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 284 Bytes

keyword_exec.md

File metadata and controls

14 lines (9 loc) · 284 Bytes

Home Keywords

Keyword exec

Description

Execute code stored in a string or string variable.

Example

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