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, 2 months ago) by anton
Branches: MAIN
CVS tags: HEAD
Initial revision

\ ADD.FS       Kernal additional things                20may93jaw

\ linked list primitive
: linked        here over @ a, swap ! ;

: discard       0 ?DO drop LOOP ;


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