File:  [gforth] / gforth / test / tester.fs
Revision 1.8: download - view: text, annotated - select for diffs
Tue Aug 28 19:15:03 2007 UTC (16 years, 7 months ago) by anton
Branches: MAIN
CVS tags: v0-7-0, HEAD
ttester.fs now preserves BASE

    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: HEX

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