zstrings.txt


\ zstrings 98.7.13 NAB

\ Compiles a zero-terminated string:

: z" ( ...<"> -- runtime: c-addr u )
  [char] " parse  0 over here + c!
  postpone sliteral  1 allot ; immediate


  HTMLized by Forth2HTML