Deleted Added
full compact
prefix.fr (76116) prefix.fr (94290)
1\ **
2\ ** Prefix words for ficl
3\ ** submitted by Larry Hastings, larry@hastings.org
4\ **
5\ (jws) To make a prefix, simply create a new definition in the <prefixes>
6\ wordlist. start-prefixes and end-prefixes handle the bookkeeping
1\ **
2\ ** Prefix words for ficl
3\ ** submitted by Larry Hastings, larry@hastings.org
4\ **
5\ (jws) To make a prefix, simply create a new definition in the <prefixes>
6\ wordlist. start-prefixes and end-prefixes handle the bookkeeping
7\
8\ $FreeBSD: head/sys/boot/ficl/softwords/prefix.fr 94290 2002-04-09 17:45:28Z dcs $
7
9
8\ $FreeBSD: head/sys/boot/ficl/softwords/prefix.fr 76116 2001-04-29 02:36:36Z dcs $
9
10variable save-current
11
12: start-prefixes get-current save-current ! <prefixes> set-current ;
13: end-prefixes save-current @ set-current ;
14: show-prefixes <prefixes> >search words search> drop ;
15
16\ #if (FICL_EXTENDED_PREFIX)
17

--- 42 unchanged lines hidden ---
10variable save-current
11
12: start-prefixes get-current save-current ! <prefixes> set-current ;
13: end-prefixes save-current @ set-current ;
14: show-prefixes <prefixes> >search words search> drop ;
15
16\ #if (FICL_EXTENDED_PREFIX)
17

--- 42 unchanged lines hidden ---