File:  [gforth] / gforth / add.fs
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Fri Feb 11 16:30:46 1994 UTC (30 years, 2 months ago) by anton
Branches: no-vendor
CVS tags: alpha
The GNU Forth Project

\ 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>