Strict syntax checking!
This commit is contained in:
parent
5898668237
commit
d21378c869
2 changed files with 57 additions and 12 deletions
4
play.fun
4
play.fun
|
|
@ -15,10 +15,10 @@ number n = 10
|
|||
print(n)
|
||||
|
||||
string s = "Hello,\nworld!"
|
||||
print(s)
|
||||
print(s)
|
||||
|
||||
fun foo()
|
||||
//print("Have fun!")
|
||||
print("Have fun!")
|
||||
print("Running foo()... forever.")
|
||||
|
||||
foo()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue