1 2 3 4 5 6 7
#import "fmt.odin"; main :: proc() { x := "-stats"; y := "-begin"; fmt.println(x == y); }