Paste: Parsing words in between delimiters

Author: _phred
Mode: factor
Date: Tue, 10 May 2011 02:42:39
Plain Text |
( scratchpad)  SYNTAX: cols] ;
( scratchpad)  SYNTAX: [cols \ cols] parse-until . ;
( scratchpad)  [cols "foo" "bar" cols]
V{ "foo" "bar" }

New Annotation

Summary:
Author:
Mode:
Body: