From: Ian Jackson Date: Sun, 29 Dec 2019 14:15:15 +0000 (+0000) Subject: README: Swap order of &$( and &$NN X-Git-Tag: v0.6.0~249^2~11 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=secnet.git;a=commitdiff_plain;h=faea3b5420ab60445e8efb82940fac474a441de1 README: Swap order of &$( and &$NN We are going to add a note to &$( which applies to &$NN too, and this makes it nicer. Signed-off-by: Ian Jackson --- diff --git a/README b/README index d9b8cc2..0b84a0e 100644 --- a/README +++ b/README @@ -233,8 +233,8 @@ $ => $$ including $'s produced by other &-expansions not mentioned here &\$ => $ -&$NN => $(NN) where N are digits &$( => $( +&$NN => $(NN) where N are digits A few contexts do not support $-doubling, such as directive arguments or places where this might imply $-quadrupling. (There is no way to