Minor corrections to README for basic-user-interaction example.
[vvhitespace] / examples / print-number-from-stack / printnum.pvvs
index a05b42b..742f1db 100644 (file)
@@ -1,9 +1,9 @@
 @@ This program outputs "-42424242"
 
 SSTTSTSSSSTTTSTSTSTTTTSTTSSTSN         | ST: Push -42424242
 @@ This program outputs "-42424242"
 
 SSTTSTSSSSTTTSTSTSTTTTSTTSSTSN         | ST: Push -42424242
-NSTTSTSN                       | FC: JSR>1010 (print number from stack; see stdlib)
+NSTTSSTN                       | FC: JSR>1001 (print number from stack; see stdlib)
 SSSTSTSN                       | ST: Push +10 (ASCII '\n')
 TNSS                           | IO: Putchar
 NNN                            | FC: Terminate program
 
 SSSTSTSN                       | ST: Push +10 (ASCII '\n')
 TNSS                           | IO: Putchar
 NNN                            | FC: Terminate program
 
-#include "stdio.pvvs"
+#include <stdio.pvvs>