addr-of operator

This commit is contained in:
2025-12-21 16:11:15 +01:00
parent a259d204be
commit d55ca11658
5 changed files with 43 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
func run_test[x: String] : Void
if str.equal(x, "raylib.zr") | str.equal(x, "x11.zr") | str.equal(x, "sqlite_todo.zr")
if str.equal(x, "puzzles") | str.equal(x, "raylib.zr") | str.equal(x, "x11.zr") | str.equal(x, "sqlite_todo.zr")
io.print("\033[93mSkipping ")
io.print(x)
io.println("...\033[0m")