This website requires JavaScript.
Explore
Help
Register
Sign In
DiamondNether90
/
BrainAssembly
Watch
1
Star
0
Fork
0
You've already forked BrainAssembly
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
e180adea8cd0754203b137c4d350350c8e7f9423
BrainAssembly
/
tests
/
main.basm
8 lines
106 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Reassign variables with set, bugfixes for strings shorter than allocated size
2025-10-06 18:33:53 +11:00
create str1 *5 = "Hello"
create str2 *10 = "Hello!"
Print function and readme.md
2025-10-06 12:52:38 +11:00
Reassign variables with set, bugfixes for strings shorter than allocated size
2025-10-06 18:33:53 +11:00
print str1
print str2
set str1 = "World!"
print str1
Reference in New Issue
Copy Permalink