Changeset 534

Show
Ignore:
Timestamp:
06/06/08 15:35:04 (6 months ago)
Author:
krobillard
Message:

Sync with master

Location:
trunk/thune
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/doc/UserManual

    r533 r534  
    350350stack-level  ( -- level)        Returns depth of data stack. 
    351351===========  =================  ============================ 
    352  
    353  
    354 Data Stack Helpers 
    355 ~~~~~~~~~~~~~~~~~~ 
    356  
    357 ===========  ======================  ============================ 
    358 Word         Stack Usage             Function 
    359 ===========  ======================  ============================ 
    360 .t           (val -- val)            Show value on top of stack. 
    361 ===========  ======================  ============================ 
    362352 
    363353 
  • trunk/thune/mkboot.t

    r533 r534  
    107107[reduce to-text console.out eol console.out] proc :print   ;(val -- ) 
    108108 
    109 [dup .] proc :.t 
    110  
    111109[error! swap make throw] proc :error 
    112110[swap context bind proc] proc :proc.env      ;(env body -- proc)