File:  [gforth] / gforth / Attic / other-tests.fs
Revision 1.2: download - view: text, annotated - select for diffs
Sat Feb 1 14:59:31 1997 UTC (27 years, 2 months ago) by anton
Branches: MAIN
CVS tags: HEAD
documentation changes: added chapter on image files; added concept index
bug fixes

\ various tests, especially for bugs that have been fixed

\ combination of marker and locals
marker foo1
marker foo2
foo2

: bar { xxx yyy } ;

foo1

\ comments across several lines

( fjklfjlas;d
abort" ( does not work across lines"
)

s" ( testing ( without delimited by newline in non-files" evaluate

\ last test!
\ testing '(' without ')' at end-of-file
." expect ``warning: ')' missing''" cr
(

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>