Changeset 178 for trunk/thune/boot.c

Show
Ignore:
Timestamp:
06/10/06 00:38:50 (3 years ago)
Author:
krobillard
Message:

Thune -

Reduce now evaluates blocks.
Added 'to-text and 'console.out. Print & prin are now functions.
Fixed un-initialized word.valBlks.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/boot.c

    r174 r178  
    7575  "]\n" 
    7676  "func :foreach       ; (ser words body -- )\n" 
     77  "[reduce to-text console.out] proc :prin  ;(val -- )\n" 
     78  "[reduce to-text console.out eol console.out] proc :print   ;(val -- )\n" 
    7779  "[error! swap make throw] proc :error\n" 
    7880  "[swap context bind proc] proc :proc.env      ;(env body -- proc)\n"