some new words
[rrq/rrqforth.git] / adoc / p_definitions.adoc
1 // stack.asm:   WORD p_definitions, 'DEFINITIONS',fasm
2
3 anchor:p_definitions[]
4
5 === Word: DEFINITIONS
6
7 ....
8 Data stack: ( wordlist -- )
9 ....
10
11 "DEFINITIONS" is a function word that installs the given wordlist as
12 the <<p_current_wordlist,CURRENT-WORDLIST>> one.
13
14 ====
15 .Definition concept for DEFINITIONS
16 ****
17 : DEFINITIONS CURRENT-WORDLIST ! ;
18 ****
19 ====