File:  [gforth] / gforth / Attic / other-tests.fs
Revision 1.1: download - view: text, annotated - select for diffs
Sat Jan 4 16:32:31 1997 UTC (27 years, 3 months ago) by anton
Branches: MAIN
CVS tags: HEAD
reformatted errore.fs to single-column format
updated definition of UNUSED
fixed some documentation typos
removed FUZZ

    1: \ various tests, especially for bugs that have been fixed
    2: 
    3: \ combination of marker and locals
    4: marker foo1
    5: marker foo2
    6: foo2
    7: 
    8: : bar { xxx yyy } ;
    9: 
   10: foo1
   11: 
   12: \ comments across several lines
   13: 
   14: ( fjklfjlas;d
   15: abort" ( does not work across lines"
   16: )

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