Useful might be: $print / $println - output. I.e. $println("Hello world! The answer is", 42) $input - Ask for user input. $input("What is your age?") $run - run executable. I.e. $run(["gcc", "-c", $file])