From 5b643eded3496e44d6354dfb64f02069022b1b6a Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 21 Nov 2021 19:06:10 +0200 Subject: Implement builtin int functions --- samples/sample1.code | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'samples') diff --git a/samples/sample1.code b/samples/sample1.code index a51add8..32aaa51 100644 --- a/samples/sample1.code +++ b/samples/sample1.code @@ -1,6 +1,2 @@ -false - (id 10) - ((id id) (id 20)); - -true "true" "false"; -id; \ No newline at end of file +int.add10 = int.add 10; +int.add10 20; -- cgit v1.3