Add test .schala file
This commit is contained in:
parent
c18c1a639a
commit
6ed67cd325
12
test.schala
Normal file
12
test.schala
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
fn a(x)
|
||||
x + 20
|
||||
end
|
||||
|
||||
fn x(x)
|
||||
x + a(9000)
|
||||
end
|
||||
|
||||
a(0)
|
||||
x(1)
|
||||
|
Loading…
Reference in New Issue
Block a user