Word description Call the quot, which takes an integer starting from zero and incrementing on every loop, and should output an object or f, and collect the objects in array until quot outputs f.
Examples Example:
USING: sequences.extras prettyprint math.text.english math kernel ;
[ dup 5 < [ number>text ] [ drop f ] if ] V{ } zero-loop>sequence . V{ "zero" "one" "two" "three" "four" }