File:  [gforth] / gforth / wordlibs / unixlib.fs
Revision 1.2: download - view: text, annotated - select for diffs
Mon May 17 13:20:03 1999 UTC (24 years, 10 months ago) by jwilke
Branches: MAIN
CVS tags: v0-7-0, v0-6-2, v0-6-1, v0-6-0, v0-5-0, HEAD
Updated

    1: 
    2: require ./../wordlib.fs
    3: 
    4: WordLibrary unixlib ./unixlib.so
    5: 
    6: : cconst"
    7:   '" word count
    8:   get_cconst abort" constant not found!"
    9:   state @ 
   10:   IF	postpone literal
   11:   THEN ; immediate

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