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
5e9c2273a9ea51910822710afd13992b7190ea8f
BrainAssembly
/
tests
/
create.basm
5 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Print strings
2025-10-28 14:48:11 +11:00
string str1 13 "Hello, world!"
Increment variables
2025-10-30 17:11:10 +11:00
string str2 -1 "Testing dynamic string!"
int var -1
inc var
Remove extra stuff
2025-10-30 17:15:43 +11:00
inc var
Reference in New Issue
Copy Permalink