USING: hashtables kernel math ; IN: foo TUPLE: abc a b c ; : ( -- abc ) 3 [ H{ } clone ] times abc boa ; ! ( scratchpad ) "foo.factor" run-file ! Loading foo.factor ! :errors - print 1 semantic errors. ! ( scratchpad ) :errors ! While compiling : ! In word: ! Unbalanced branches: ! [ iterate-step iterate-next (each-integer) ] ( -- object ) ! [ 3drop ] ( -- )