aboutsummaryrefslogtreecommitdiffstats
path: root/samples
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2021-11-18 21:00:26 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2021-11-18 21:00:26 +0200
commit7a5d8e0727f15e02047548c6fc8878f766b3c25d (patch)
tree1cce2f34dd0a4e7f475c6ead106ed734db6627d8 /samples
parent1ab85d33b4ba4c2b9a8fd7cee08ffb75dbce80c3 (diff)
Improve error reporting
Diffstat (limited to 'samples')
-rw-r--r--samples/sample1.code2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/sample1.code b/samples/sample1.code
index dff751f..b941226 100644
--- a/samples/sample1.code
+++ b/samples/sample1.code
@@ -1,6 +1,6 @@
foo = "foo";
number-of-the-beast = 666;
-my-number = number-of-the-beast; # value lookup
+cool-number = number-of-the-beast; # value lookup
num = int.zero; # builtin value
int.double = int.multiply 2;
list.multiply-all = reduce int.multiply 1;