refactor to have state and add test

This commit is contained in:
2026-04-26 21:29:38 -04:00
parent 0dc25adb8b
commit 8eaed029ea
4 changed files with 86 additions and 50 deletions

5
test.jai Normal file
View File

@@ -0,0 +1,5 @@
main :: () {
}
#load "edit.jai";
#import "Basic";