Change union layout to store type info rather than an integer; ternary expression for types with constant condition

This commit is contained in:
Ginger Bill
2017-07-19 12:15:21 +01:00
parent 4db462a703
commit 6113164211
9 changed files with 222 additions and 85 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import "fmt.odin";
main :: proc() {
fmt.println("Hellope, World!");
fmt.println("Hellope!");
}