doc fiddling
[rrq/rrqforth.git] / wordindex.adoc
index b3cd87bf9c49a82de8fe5f8339b634ef2c352f97..cdd7b5b67aac26c526b2192d080429acc28adb58 100644 (file)
@@ -1,38 +1,42 @@
 
 == Index of word links
 
-xref:p_colon[:] {nbsp}
-xref:p_comma[', (comma)'] {nbsp}
-xref:p_dot['. (dot)'] {nbsp}
-xref:p_double_quote["] {nbsp}
-xref:p_equal[= ] {nbsp}
-xref:p_left_bracket[[] {nbsp}
-xref:p_lessequal[<] {nbsp}
+xref:p_colon[: (colon)] {nbsp}
+xref:p_semicolon[: (semi-colon)] {nbsp}
+xref:p_comma[, (comma)] {nbsp}
+xref:p_dot[. (dot)] {nbsp}
+xref:p_double_quote[" (double-quote)] {nbsp}
+xref:p_quote[' (single-quote)] {nbsp}
+xref:p_left_bracket[[ (left bracket)] {nbsp}
+xref:p_right_bracket[\] (right bracket)] {nbsp}
+
 xref:p_lessthan[<] {nbsp}
+xref:p_equal[= ] {nbsp}
+xref:p_greaterthan[>] {nbsp}
 xref:p_lparen[(] {nbsp}
 xref:p_minus[ - ] {nbsp}
 xref:p_mult[*] {nbsp}
 xref:p_plus[+] {nbsp}
-xref:p_right_bracket[']'] {nbsp}
-
+xref:p_div[/] {nbsp}
+{nbsp}
 xref:p_0equal[0=] {nbsp}
 xref:p_0less[0<] {nbsp}
-xref:p_Ccomma[C,] {nbsp}
+xref:p_lessequal[\<=] {nbsp}
+xref:p_unequal[!=] {nbsp}
 xref:p_greaterequal[>= ] {nbsp}
-xref:p_greaterthan[>] {nbsp}
-xref:p_gtR[>R] {nbsp}
-xref:p_lessequal[<=] {nbsp}
+xref:p_Ccomma[C,] {nbsp}
 xref:p_literal_string[S"] {nbsp}
+xref:p_gtR[>R] {nbsp}
 xref:p_Rget[R@] {nbsp}
 xref:ef:p_Rgt[R>] {nbsp}
-xref:p_unequal[!=] {nbsp}
-
 
 xref:data_stack[DATA-STACK] {nbsp}
 xref:return_stack[RETURN-STACK] {nbsp}
-
+{nbsp}
+xref:p_branch[BRANCH] {nbsp}
 xref:p_0branch[0BRANCH] {nbsp}
-
+xref:p_1branch[1BRANCH] {nbsp}
+{nbsp}
 xref:p_2drop[2DROP] {nbsp}
 xref:p_2dup[2DUP] {nbsp}
 xref:p_2over[2OVER] {nbsp}
@@ -45,7 +49,7 @@ xref:p_args[ARGS] {nbsp}
 xref:inline_code[[ASM]] {nbsp}
 
 xref:p_base[BASE] {nbsp}
-xref:p_branch[BRANCH] {nbsp}
+xref:p_begin[BEGIN] {nbsp}
 
 xref:p_clear_stream[CLEAR-STREAM] {nbsp}
 xref:p_create[CREATE] {nbsp}
@@ -65,7 +69,9 @@ xref:p_dovariable[doVARIABLE] {nbsp}
 xref:p_drop[DROP] {nbsp}
 xref:p_dup[DUP] {nbsp}
 
+xref:p_else[ELSE] {nbsp}
 xref:p_emit[EMIT] {nbsp}
+xref:p_end[END] {nbsp}
 xref:p_evaluate_stream[EVALUATE-STREAM] {nbsp}
 xref:p_execute[EXECUTE] {nbsp}
 xref:p_exit[EXIT] {nbsp}
@@ -77,6 +83,9 @@ xref:p_forth[FORTH] {nbsp}
 xref:p_here[HERE] {nbsp}
 xref:p_hex[HEX] {nbsp}
 
+xref:p_if[IF] {nbsp}
+xref:p_ifagain[IFAGAIN] {nbsp}
+xref:p_ifbreak[IFBREAK] {nbsp}
 xref:p_immediate[IMMEDIATE] {nbsp}
 
 xref:p_literal[LIT] {nbsp}
@@ -114,6 +123,7 @@ xref:p_system[SYSTEM] {nbsp}
 
 xref:p_tell[TELL] {nbsp}
 xref:p_terminate0[TERMINATE0] {nbsp}
+xref:p_then[THEN] {nbsp}
 xref:p_this_word[THIS-WORD] {nbsp}
 xref:p_true[TRUE] {nbsp}
 xref:p_tuck[TUCK] {nbsp}