(BREAKING) "use" keyword, stdlib seperate

This commit is contained in:
2026-01-28 17:03:40 +11:00
parent 4b86fee7b5
commit 6002bd922b
14 changed files with 97 additions and 76 deletions

View File

@@ -1,3 +1,6 @@
use conversions
use io
myString = "312"
myInt = 435

View File

@@ -1,3 +1,5 @@
use io
accessNotGranted = true
while accessNotGranted {

View File

@@ -1 +1,3 @@
use io
println("dingus")

View File

@@ -1,3 +1,5 @@
use io
struct dingus {
x = 5
y = "dingus"