summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2023-07-29 22:23:44 +0100
committerubq323 <ubq323@ubq323.website>2023-07-29 22:23:44 +0100
commitcd6edc3cb4423672e92d3daaad8e12965ebc70e3 (patch)
tree7058b34c07c60f430d95966e9c0eec2281c7fff3
parentc83618999227adb5e745f92205bd48e076e2d124 (diff)
test
-rw-r--r--test.bþ7
1 files changed, 4 insertions, 3 deletions
diff --git a/test.bþ b/test.bþ
index c791a5d..78159de 100644
--- a/test.bþ
+++ b/test.bþ
@@ -1,3 +1,4 @@
-(print
- (+ (id 2)
- (- (print 5) 3)))
+(do
+ (set a 4)
+ (set b 5)
+ (print (+ a b)))