Add schala source file test.schala
This commit is contained in:
8
source_files/schala/test.schala
Normal file
8
source_files/schala/test.schala
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
const a = getline()
|
||||
|
||||
if a == "true" {
|
||||
println("You typed true")
|
||||
} else {
|
||||
println("You typed something else")
|
||||
}
|
||||
Reference in New Issue
Block a user