Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Another Console Related Question --- SOLVED

From: rebolview::yahoo at: 29-Apr-2004 14:05

Hello Paul, To avoid using the word do like in do clear you need to define clear as a function like : REBOL [] cls: func [ {Efface la console. CLS pour CLear Screen.}] [ prin "^L"] or just clear: does [prin "^L"] After that i think only clear is working like you finaly want. yos [paulporter--buffalotalks--com] wrote: Please disregard this question. I stumbled on to the answer. Just incase some other newbie comes across this: The solution is to use: do clear instead of: print clear Paul -- Linux User Number: 348867 =09