fixed (comma)
[rrq/rrqforth.git] / adoc / p_quit.adoc
1 // rrqforth.asm:        WORD p_quit,'QUIT',fasm
2
3 anchor:p_quit[]
4
5 === Word: QUIT
6
7 ....
8 Data stack: ??
9 ....
10
11 "QUIT" is a function word that implements the root execution loop of
12 RRQFORTH. First it resets the stacks to their original settings, and
13 thereafter it enters loop of reading words from <<p_stdin,STDIN>> and
14 executing them.