Home Keywords
Declare a function.
function helloWorldWithName : using NAME; println "Hello, ", NAME, "!"; return; const string NAME = "John Doe"; call helloWorldWithName : NAME;