Add schala source file test.schala
This commit is contained in:
parent
1a58f3b7af
commit
161e47fe91
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")
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user