begin "test" require "cursor.req" source!file; integer HowMany; print("How far should I go?"); HowMany←cvd(inchwl); MoveCursor(MoveRight,HowMany); print("####") end "test"