about summary refs log tree commit diff stats
path: root/apps/factorial2.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-10-19 18:49:40 -0700
committerKartik Agaram <vc@akkartik.com>2019-10-19 18:49:40 -0700
commitc8998b51e1995c307ddf831bff65309d57c25386 (patch)
tree66dc9def60beabdfc5063badf520a8013dfe500f /apps/factorial2.subx
parentc83dca9cb45a7e15b28a979d0ccfce5c202859ba (diff)
downloadmu-c8998b51e1995c307ddf831bff65309d57c25386.tar.gz
5707
Diffstat (limited to 'apps/factorial2.subx')
-rw-r--r--apps/factorial2.subx3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/factorial2.subx b/apps/factorial2.subx
index af2f3eea..c409fbfb 100644
--- a/apps/factorial2.subx
+++ b/apps/factorial2.subx
@@ -1,5 +1,8 @@
 ## compute the factorial of 5, and return the result in the exit code
 #
+# Uses syntax sugar for:
+#   rm32 operands
+#
 # To run:
 #   $ ./ntranslate init.linux 0*.subx apps/factorial.subx -o apps/factorial
 #   $ ./subx run apps/factorial