schala/compile.schala

9 lines
43 B
Plaintext
Raw Normal View History

2016-03-04 14:32:22 -08:00
a = 1
2017-01-10 18:07:16 -08:00
if a {
a = 42
2017-01-10 18:07:16 -08:00
} else {
a = 23
2017-01-10 18:07:16 -08:00
}
2015-08-14 17:07:02 -07:00
2017-01-10 18:07:16 -08:00
a