From 7a5d8e0727f15e02047548c6fc8878f766b3c25d Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Thu, 18 Nov 2021 21:00:26 +0200 Subject: Improve error reporting --- samples/sample1.code | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples') 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; -- cgit v1.3