Print function and readme.md

This commit is contained in:
2025-10-06 12:52:38 +11:00
parent 5188784a11
commit ae37d8deab
5 changed files with 49 additions and 9 deletions

View File

@@ -1,3 +1,7 @@
create str *5 = "Hello, world!"
create str *5 = "World, hello!"
create str *6 = "Sigma!"
create hello *5 = "Hello, world!"
create world *5 = "World, hello!"
create sigma *6 = "Sigma!"
print hello
print world
print sigma