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