REBOL [
Title: "ConsoleIO"
Date: 1-Aug-2002
Version: 1.0.0
File: %consoleio.r
Author: "Norman Deppenbroek"
Purpose: {Console prompt output save,saves all console input to history.log file when in console mode.}
Email: rebolinth@nodep.dds.nl
Category: [misc script file util 1 3 2 4 tutor]
]
set-console: func ['word value] [ set in system/console word value ]
set-console: rejoin [ echo %history.log ] ">>"
; turn console saving off use: set-console: rejoin [ echo none ] ">>"