diff options
Diffstat (limited to 'doc/expert/mydefs')
-rw-r--r-- | doc/expert/mydefs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/expert/mydefs b/doc/expert/mydefs index dc08813..209c6f7 100644 --- a/doc/expert/mydefs +++ b/doc/expert/mydefs @@ -41,6 +41,7 @@ def @@HContract { @Code "@HContract" } def @@HExpand { @Code "@HExpand" } def @@HLimited { @Code "@HLimited" } + def @@HMirror { @Code "@HMirror" } def @@High { @Code "@High" } def @@HScale { @Code "@HScale" } def @@HShift { @Code "@HShift" } @@ -102,6 +103,7 @@ def @@VExpand { @Code "@VExpand" } def @@Verbatim { @Code "@Verbatim" } def @@VLimited { @Code "@VLimited" } + def @@VMirror { @Code "@VMirror" } def @@VScale { @Code "@VScale" } def @@VShift { @Code "@VShift" } def @@VSpan { @Code "@VSpan" } |