1 2 3 4 5 6 7
#!/usr/bin/env woxi (* When running a script the final expression value is NOT printed.*) (* Only `Print` will print to the console. *) (* So the expected output is only `Hello World!` *) Print["Hello World!"]