Paste: deferred word

Author: jedahu
Mode: factor
Date: Tue, 20 Oct 2009 20:20:47
Plain Text |
[ call -> stop ]
listener-thread
listener
(listener)
with-datastack
[ [ ~quotation~ dip call datastack ] dip -> continue-with ]
[ [ ~array~ like set-datastack ] dip call -> datastack ]
[ "classes.cxx" test -> :test-failures ]
test
run-vocab-tests
run-test-file
run-file
parse-file
parse-stream
parse-fresh
(parse-lines)
(parse-until)
parse-step
compile-c-library
[ sizeof -> >>size drop ]
[
    [ datastack ] dip dip -> 0 1 check-datastack
    [ (( -- n )) wrong-values ] unless
]
[ swap [ call ] dip -> ]
undefined
M\ object throw
[
    63 getenv error-thread set-global
    continuation -> error-continuation set-global rethrow
]

New Annotation

Summary:
Author:
Mode:
Body: