From 85a8e85799ee81de6847eabeb2357daf43a72260 Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Mon, 25 Apr 2022 20:21:43 -0400 Subject: [PATCH] test show --- hello.ld | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/hello.ld b/hello.ld index f9b504c..9c9c49a 100644 --- a/hello.ld +++ b/hello.ld @@ -1,7 +1,5 @@ -import "bar.ld" as Bart +import "foo.ld" as Foo -print ("Bar :foo should be :foo. It is ", Bart :foo) - -print ("But if I do something naughty like accessing something that isn't in an ns, Ludus will panic") - -Bart :quux \ No newline at end of file +do #{:foo "bar" + :bar (2, 3, :quux) + :baz [12, 34]} > show > print \ No newline at end of file