Paste: Basic vocabulary

Author: Syllepsis
Mode: factor
Date: Sun, 30 Dec 2018 18:02:01
Plain Text |
USING: math.ranges prettyprint ;
IN: thething

: do-the-thing ( -- ) "Hello!" . 0 10 [a,b) [ . ] each ;

MAIN: do-the-thing

New Annotation

Summary:
Author:
Mode:
Body: