schala/source_files/schala/test.schala

18 lines
171 B
Plaintext
Raw Normal View History

2018-05-12 13:55:17 -07:00
println(sua(4))
fn sua(x): Int {
x + 10
}
//const a = getline()
2018-05-12 13:55:17 -07:00
2018-05-13 17:36:27 -07:00
/*
2018-05-12 13:55:17 -07:00
if a == "true" {
println("You typed true")
} else {
println("You typed something else")
}
2018-05-13 17:36:27 -07:00
*/