X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=adoc%2Fp_within.adoc;h=ca2314685de174eca51c17dce7632017928fffa8;hb=42844a6fe395162a374bd7bb6e8ed9a04b8d580c;hp=911325f0fff828e8d985e038dafb722869b78b1b;hpb=656f37efbd89db1b1088281047a9633cf74e92ec;p=rrq%2Frrqforth.git diff --git a/adoc/p_within.adoc b/adoc/p_within.adoc index 911325f..ca23146 100644 --- a/adoc/p_within.adoc +++ b/adoc/p_within.adoc @@ -13,9 +13,8 @@ of the the first, v, is within the value range spanned by the second, lo, inclusive and third, hi, exclusive. ==== -.Word: WITHIN -[caption='Definition concept {counter:exec}: '] ----- +.Definition concept for WITHIN +**** : WITHIN 2 PICK > ROT ROT <= AND ; ----- +**** ====