aboutsummaryrefslogtreecommitdiffstats
path: root/main.sy
diff options
context:
space:
mode:
authorEdvard Thörnros <edvard.thornros@gmail.com>2021-02-28 19:10:27 +0100
committerEdvard Thörnros <edvard.thornros@gmail.com>2021-02-28 19:10:27 +0100
commit2090888dce496f893638268b0aef981c96b68ac3 (patch)
tree246dc16652c7b98e18bbe2b9d5820142d365f5e5 /main.sy
parent630bd52c8d5a7d362066d8d05c88a1e76c6c81b1 (diff)
downloadsylt-2090888dce496f893638268b0aef981c96b68ac3.tar.gz
imports almost work
Diffstat (limited to 'main.sy')
-rw-r--r--main.sy5
1 files changed, 4 insertions, 1 deletions
diff --git a/main.sy b/main.sy
index c23003e..869323a 100644
--- a/main.sy
+++ b/main.sy
@@ -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
}