mutable decl syntax change
This commit is contained in:
@@ -86,8 +86,8 @@ main func(init process.Init) i32 {
|
||||
}
|
||||
|
||||
writer io.Writer :: io.stdout(init.io)
|
||||
positive f64 = 1.0
|
||||
zero f64 = 0.0
|
||||
positive f64 := 1.0
|
||||
zero f64 := 0.0
|
||||
infinity f64 :: positive / zero
|
||||
nan f64 :: zero / zero
|
||||
io.print(writer, "{} {} {} {} {s} {d} {b} {o} {x} {X} {c} {e} {{}} {d} {b} {} {} {e}\n", {
|
||||
|
||||
Reference in New Issue
Block a user