woxi 0.1.0

Interpreter for a subset of the Wolfram Language
Documentation
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!"]