Path: utzoo!attcan!uunet!van-bc!ubc-cs!alberta!ncc!idacom!rob From: rob@idacom.uucp (Rob Chapman) Newsgroups: comp.lang.forth Subject: >COLROW we used WHERE and THERE Message-ID: <1990Feb21.063949.8732@idacom.uucp> Date: 21 Feb 90 06:39:49 GMT Organization: IDACOM Electronics Ltd. Lines: 5 When we implemented our window environment in Forth we used WHERE ( -- row \ col ) to return the cursor position and THERE ( row \ col -- ) to reposition it. rob@idacom