summaryrefslogtreecommitdiff
path: root/test.bþ
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2023-08-03 21:08:03 +0100
committerubq323 <ubq323@ubq323.website>2023-08-03 21:09:26 +0100
commit7dcbac1a3ce1c6fd87d79a0b76cdb20c8f090184 (patch)
tree199dc390df6fd0604a11e1ffc6671c5995bddcb7 /test.bþ
parent62126fd5070a88488fe8375105863f500b43fb7c (diff)
add strings to parser
Diffstat (limited to 'test.bþ')
-rw-r--r--test.bþ5
1 files changed, 1 insertions, 4 deletions
diff --git a/test.bþ b/test.bþ
index 78159de..f79fc6b 100644
--- a/test.bþ
+++ b/test.bþ
@@ -1,4 +1 @@
-(do
- (set a 4)
- (set b 5)
- (print (+ a b)))
+(+ 6 (* 9 25))