2004-08-10 00:58:52 -04:00
|
|
|
IN: scratchpad
|
2004-08-16 23:52:52 -04:00
|
|
|
USE: errors
|
2004-08-10 00:58:52 -04:00
|
|
|
USE: kernel
|
|
|
|
USE: namespaces
|
|
|
|
USE: parser
|
2004-08-16 23:52:52 -04:00
|
|
|
USE: stack
|
2004-08-10 00:58:52 -04:00
|
|
|
USE: strings
|
|
|
|
USE: test
|
|
|
|
|
2004-08-16 23:52:52 -04:00
|
|
|
! Various things that broke CFactor at various times.
|
2004-08-10 00:58:52 -04:00
|
|
|
! This should run without issue (and tests nothing useful)
|
|
|
|
! in Java Factor
|
|
|
|
|
|
|
|
"20 <sbuf> \"foo\" set" eval
|
|
|
|
"garbage-collection" eval
|
2004-08-16 23:52:52 -04:00
|
|
|
|
2004-08-20 21:16:47 -04:00
|
|
|
[
|
|
|
|
[ drop ] [ drop ] catch
|
|
|
|
[ drop ] [ drop ] catch
|
|
|
|
] keep-datastack
|