diff options
author | ubq323 <ubq323@ubq323.website> | 2023-08-04 00:06:05 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-08-04 00:06:49 +0100 |
commit | d8b50976ce7fd4a44ba9172d69e8ae4ca6cab596 (patch) | |
tree | a87f179fd4608da63acbfcbf584dab11a2167896 /test.bþ | |
parent | 8b96f9a4f27ed859bdd975608419c86841664dc9 (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
@@ -1 +1 @@ -(+ 6 (* 9 25)) +(+ "abc" (* 9 25)) |