2005-07-06 01:27:59 -04:00
|
|
|
IN: temporary
|
2005-08-23 15:50:32 -04:00
|
|
|
USING: inspector math namespaces prettyprint test ;
|
|
|
|
|
|
|
|
[[ "hello" "world" ]] inspect
|
|
|
|
|
|
|
|
[ "hello" ] [ 0 get ] unit-test
|
|
|
|
[ "world" ] [ 1 get ] unit-test
|
2005-07-06 01:27:59 -04:00
|
|
|
|
2005-07-13 15:34:38 -04:00
|
|
|
[ 1 2 3 ] inspect
|
|
|
|
f inspect
|
|
|
|
\ + inspect
|