Embed sys.f into binary and start working on POP-WORD
[rrq/jonasforth.git] / example.f
index 41993d73ba877de3f7c7c72491ecee6318a43d80..547887f2894b1be397683889ffd475c87904a2f0 100644 (file)
--- a/example.f
+++ b/example.f
@@ -25,4 +25,9 @@ S" 10 FIB = " TELL
 10 FIB .U
 SPACE S" (Expected: 59)" TELL NEWLINE
 
+S" Word:" TELL NEWLINE
+SYSCODE POP-WORD TELL NEWLINE
+S" Remaining:" TELL NEWLINE
+TELL
+
 TERMINATE