From e81d731b29c484ef2bab159d78a5417674e840ed Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 23 Nov 2021 23:49:58 +0200 Subject: Builtins with more than one parameter seemingly working --- samples/sample1.code | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'samples/sample1.code') diff --git a/samples/sample1.code b/samples/sample1.code index 22412a7..05904aa 100644 --- a/samples/sample1.code +++ b/samples/sample1.code @@ -1,2 +1,2 @@ -int.increment 1; -int.increment 10; \ No newline at end of file +fn a b = b a; +fn 10 int.add 20; -- cgit v1.3