Add print and println to compiler

This commit is contained in:
2026-01-21 15:20:00 +11:00
parent 51639e904d
commit 07474d4317
2 changed files with 101 additions and 2 deletions

View File

@@ -117,4 +117,6 @@ Supported instructions so far:
* jump
* if
* @ (label creation)
* print
* println
* end