diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2021-11-22 20:45:20 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2021-11-25 09:53:44 +0200 |
| commit | efa0a2676dccf23195cf0ab68510bfbac720f4a8 (patch) | |
| tree | 9bde55042cd4c240c4ab1142be08bb148ce373fe /samples | |
| parent | bad4b21dbec64c8d1f3bd006a7336f65f720649a (diff) | |
Term generation working seemingly
Diffstat (limited to 'samples')
| -rw-r--r-- | samples/sample1.code | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/samples/sample1.code b/samples/sample1.code index b72d496..3d90d32 100644 --- a/samples/sample1.code +++ b/samples/sample1.code @@ -4,6 +4,6 @@ # factorial 10; -true - (id 1) - (id 2); +fn a b = b; +fn; +true;
\ No newline at end of file |
