summaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authorBrian Cully <bjc@spork.org>2025-08-25 11:24:24 -0400
committerBrian Cully <bjc@spork.org>2025-08-25 11:34:31 -0400
commit00579203e0cb10b2be793c4f215716554e58690e (patch)
treee8cbf7752539bad91e01bd6242e0d852474cebd5 /site
parent07fd0b5fb0e12bd76394c90fe2620d44f5c2ac24 (diff)
downloadautomathon-00579203e0cb10b2be793c4f215716554e58690e.tar.gz
automathon-00579203e0cb10b2be793c4f215716554e58690e.zip
add comments
Diffstat (limited to 'site')
-rw-r--r--site/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/index.html b/site/index.html
index 77c2bdc..8551d3a 100644
--- a/site/index.html
+++ b/site/index.html
@@ -12,7 +12,7 @@
<div id='code'>
<button id='compile'>compile</button>
<br>
- <div id='src' contenteditable='plaintext-only'>: fac
+ <div id='src' contenteditable='plaintext-only'>: fac ( n -- n )
dup
1 > if
dup 1 - fac *