Added a 'Hello, World!" tutorial that links Whitespace example to VVhitespace+stdlib.
[vvhitespace] / examples / hello-stdlib / hello.pvvs
... / ...
CommitLineData
1@@ This program outputs "Hello, world!"
2
3A"Hello, world!\n"
4SSSSN | ST: PUSH 0
5NSTTSSSN | FC: JSR>1000 (printf; see stdlib)
6NNN | FC: Terminate program
7
8#include <stdio.pvvs>