Changed all #include directives for the stdlib to <> instead of "".
[vvhitespace] / examples / print-number-from-stack / printnum.pvvs
... / ...
CommitLineData
1@@ This program outputs "-42424242"
2
3SSTTSTSSSSTTTSTSTSTTTTSTTSSTSN | ST: Push -42424242
4NSTTSSTN | FC: JSR>1001 (print number from stack; see stdlib)
5SSSTSTSN | ST: Push +10 (ASCII '\n')
6TNSS | IO: Putchar
7NNN | FC: Terminate program
8
9#include <stdio.pvvs>