Yes! that is exactly what I am wanting. Since, as Arie was kind enough to point out, "clear" is a reserved word in Rebol I changed it to "cls" so that it is now cls: does [prin "^L"].
Thanks for the help; Paul -- Linux User Number: 348867 > 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 -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.