disable all breakpoints initially
[rrq/rrqforth.git] / adoc / p_bracketed_quote.adoc
index 74e15a35154fc37ad214d2d58ae6ac05591c29c3..b7a231c5a6d7d0d9e8da4a03850a63386230cee9 100644 (file)
@@ -11,3 +11,10 @@ Data stack: ( -- cfa )   Input stream: word
 "[']" is an immediate function word that reads the next word on the
 input stream and pushes its cfa.
 
+====
+.Definition concept for [']
+****
+: ['] IMMEDIATE ' ;
+****
+====
+