This commit is contained in:
2026-07-17 18:53:34 +02:00
parent 97f1c06057
commit 866e28adb8
13 changed files with 468 additions and 215 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ main func(init process.Init) i32 {
return 2
}
writer io.Writer :: io.Writer {impl = init.io, stream = .stdout}
writer io.Writer :: io.stdout(init.io)
positive f64 = 1.0
zero f64 = 0.0
infinity f64 :: positive / zero