Guest User

Untitled

a guest
Jan 9th, 2024
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | Software | 0 0
  1. $ ./ficl
  2. loading CORE EXT words
  3. loading SEARCH & SEARCH-EXT words
  4. loading Johns-Hopkins locals
  5. loading MARKER
  6. loading ficl O-O extensions
  7. loading ficl utility classes
  8. loading ficl string class
  9. Ficl version 4.1.0
  10. Jan 9 2024
  11. ok> : hw ." hello world" cr ;
  12. ok> hw
  13. hello world
  14. ok> : hw ." hello world"
  15. ok> cr
  16. ok> ;
  17. Error: data stack underflow
  18. ok>
  19.  
Tags: Forth ficl
Advertisement
Add Comment
Please, Sign In to add comment