- WS2JS is a library which convert Whitespace-0.3 to JavaScript.
The variable WS contains a sample of the hello-world in Whitespace language.
code:
eval(WS2JS.convert(WS));
result:
Hello, world of spaces!
the MIT License
The variable WS contains a sample of the hello-world in Whitespace language.
code:
eval(WS2JS.convert(WS));
result:
Hello, world of spaces!
the MIT License