summaryrefslogtreecommitdiff
path: root/docs/00.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/00.html')
-rw-r--r--docs/00.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/00.html b/docs/00.html
index b32be13..7609f7b 100644
--- a/docs/00.html
+++ b/docs/00.html
@@ -66,6 +66,6 @@ x ::= 5+3;
y :: float = 5.123;
</c></p>
-<p>Here, "constant" means constant at compile time, not read-only as it does in C. One interesting thing about toc is that normal functions can run at compile time, so pretty much any expression is a valid initializer for a constant, e.g. doing <c>x ::= some_function();</c> runs <c>some_function</c> at compile time, not at run time.</p>
+<p>Here, "constant" means constant at compile time, not read-only as it does in C.</p>
</body>
</html>