diff options
author | ubq323 <ubq323@ubq323.website> | 2023-07-29 22:23:44 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-07-29 22:23:44 +0100 |
commit | cd6edc3cb4423672e92d3daaad8e12965ebc70e3 (patch) | |
tree | 7058b34c07c60f430d95966e9c0eec2281c7fff3 /test.bþ | |
parent | c83618999227adb5e745f92205bd48e076e2d124 (diff) |
test
Diffstat (limited to 'test.bþ')
-rw-r--r-- | test.bþ | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,3 +1,4 @@ -(print - (+ (id 2) - (- (print 5) 3))) +(do + (set a 4) + (set b 5) + (print (+ a b))) |