Changeset 534
- Timestamp:
- 06/06/08 15:35:04 (6 months ago)
- Location:
- trunk/thune
- Files:
-
- 2 modified
-
doc/UserManual (modified) (1 diff)
-
mkboot.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/doc/UserManual
r533 r534 350 350 stack-level ( -- level) Returns depth of data stack. 351 351 =========== ================= ============================ 352 353 354 Data Stack Helpers355 ~~~~~~~~~~~~~~~~~~356 357 =========== ====================== ============================358 Word Stack Usage Function359 =========== ====================== ============================360 .t (val -- val) Show value on top of stack.361 =========== ====================== ============================362 352 363 353 -
trunk/thune/mkboot.t
r533 r534 107 107 [reduce to-text console.out eol console.out] proc :print ;(val -- ) 108 108 109 [dup .] proc :.t110 111 109 [error! swap make throw] proc :error 112 110 [swap context bind proc] proc :proc.env ;(env body -- proc)
