diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/sigils.subx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/sigils.subx b/apps/sigils.subx index d7fcecc4..35ebf6cd 100644 --- a/apps/sigils.subx +++ b/apps/sigils.subx @@ -36,6 +36,8 @@ # # Addition isn't commutative here. Template must always be (base+index<<scale+disp), # though some components are optional as described above. +# In particular, global variables like 'Foo' above don't support displacement +# or index or scale. # # No metadata allowed inside '*(...)'. # Whitespace inside '*(...)' is ok. But not immediately after the '*' or '%'. |