File:  [gforth] / gforth / test / tester.fs
Revision 1.7: download - view: text, annotated - select for diffs
Tue Aug 21 09:26:03 2007 UTC (16 years, 8 months ago) by anton
Branches: MAIN
CVS tags: HEAD
added licensing header for tester.fs

    1: \ drop-in replacement for John Hayes' tester
    2: 
    3: \ This file is in the public domain. NO WARRANTY.
    4: \ Note licensing for ttester.fs
    5: 
    6: S" ./ttester.fs" INCLUDED
    7: 
    8: : { T{ ;
    9: 
   10: : } }T ;
   11: 
   12: 

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