schala/source_files/schala/test.schala

18 lines
169 B
Plaintext
Raw Normal View History

2018-05-12 13:55:17 -07:00
println(sua(4))
fn sua(x): Int {
x + 10
}
2018-08-20 19:03:55 -07:00
//let 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
*/