REBOL [ Title: "CLS" Date: 3-Jul-2002 Name: CLS Version: 1.0.0 File: %CLS.r Author: "Andrew Martin" Purpose: "Clears the console screeen." Email: Al.Bri@xtra.co.nz Web: http://valley.150m.com Category: [util 1] ] CLS: does [prin "^(page)"]