File:  [gforth] / gforth / add.fs
Revision 1.1: download - view: text, annotated - select for diffs
Fri Feb 11 16:30:45 1994 UTC (30 years, 1 month ago) by anton
Branches: MAIN
CVS tags: HEAD
Initial revision

    1: \ ADD.FS       Kernal additional things                20may93jaw
    2: 
    3: \ linked list primitive
    4: : linked        here over @ a, swap ! ;
    5: 
    6: : discard       0 ?DO drop LOOP ;
    7: 

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