summaryrefslogtreecommitdiff
path: root/test.bþ
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2023-08-04 00:06:05 +0100
committerubq323 <ubq323@ubq323.website>2023-08-04 00:06:49 +0100
commitd8b50976ce7fd4a44ba9172d69e8ae4ca6cab596 (patch)
treea87f179fd4608da63acbfcbf584dab11a2167896 /test.bþ
parent8b96f9a4f27ed859bdd975608419c86841664dc9 (diff)
add string object values. you can't do anything with them yet
Diffstat (limited to 'test.bþ')
-rw-r--r--test.bþ2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.bþ b/test.bþ
index f79fc6b..641d9f2 100644
--- a/test.bþ
+++ b/test.bþ
@@ -1 +1 @@
-(+ 6 (* 9 25))
+(+ "abc" (* 9 25))