diff options
| author | Edvard Thörnros <edvard.thornros@gmail.com> | 2021-02-28 19:10:27 +0100 |
|---|---|---|
| committer | Edvard Thörnros <edvard.thornros@gmail.com> | 2021-02-28 19:10:27 +0100 |
| commit | 2090888dce496f893638268b0aef981c96b68ac3 (patch) | |
| tree | 246dc16652c7b98e18bbe2b9d5820142d365f5e5 /main.sy | |
| parent | 630bd52c8d5a7d362066d8d05c88a1e76c6c81b1 (diff) | |
| download | sylt-2090888dce496f893638268b0aef981c96b68ac3.tar.gz | |
imports almost work
Diffstat (limited to 'main.sy')
| -rw-r--r-- | main.sy | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2,5 +2,8 @@ use other start :: fn { other.f() - // print other.g() + print other.g() + 42 <=> other.g() + other.g() <=> 42 + other.q = 1 } |
