starting project Albireo
This commit is contained in:
9
test/simple/main.air
Normal file
9
test/simple/main.air
Normal file
@ -0,0 +1,9 @@
|
||||
module main
|
||||
|
||||
c : fn => bool = function is
|
||||
let a = b in
|
||||
c(a)
|
||||
|
||||
b : bool = false
|
||||
|
||||
a : number = 1
|
Reference in New Issue
Block a user