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