about summary refs log tree commit diff stats
path: root/apps/sigils.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-09-01 23:38:06 -0700
committerKartik Agaram <vc@akkartik.com>2019-09-01 23:38:06 -0700
commit7a81a4505cb98e4e07e2201f3846c5a81a7785ec (patch)
tree4aefe7acf022d1675697450e191b2ecbc97e2b55 /apps/sigils.subx
parentb44c754bc0bd8ee5f91d32217aa91146b1a30ecc (diff)
downloadmu-7a81a4505cb98e4e07e2201f3846c5a81a7785ec.tar.gz
5606
Diffstat (limited to 'apps/sigils.subx')
-rw-r--r--apps/sigils.subx2
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 '%'.
e>15
16