diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2021-11-23 23:49:58 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2021-11-25 09:53:44 +0200 |
| commit | e81d731b29c484ef2bab159d78a5417674e840ed (patch) | |
| tree | 3f211c6e5a70b27e62f6b95b1b8d7772fd59ee9e /samples/sample1.code | |
| parent | c1f50fea93ad308f215e2d2878d773b55a370edb (diff) | |
Builtins with more than one parameter seemingly working
Diffstat (limited to 'samples/sample1.code')
| -rw-r--r-- | samples/sample1.code | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
