--- gforth/termsize.fs 1996/01/25 16:45:56 1.2 +++ gforth/termsize.fs 1997/07/06 14:11:22 1.3 @@ -21,8 +21,12 @@ \ # rows and columns that the terminal has. \ these words are also present in PFE. +[IFUNDEF] form : form &24 &80 ; [THEN] + +[IFUNDEF] rows : rows ( -- u ) form drop ; : cols ( -- u ) form nip ; +[THEN]