Start of redesign

This commit is contained in:
2025-10-18 19:55:02 +11:00
parent c98f248245
commit 5fa47dc377
12 changed files with 140 additions and 202 deletions

View File

@@ -1,2 +1,3 @@
var: str *7 = "Hello";
var2: str *5 = "World";
create str string 5 Hello
create var bool 1 true
print var