Initial commit
This commit is contained in:
commit
541140687f
25 changed files with 4776 additions and 0 deletions
6
examples/func.ang
Normal file
6
examples/func.ang
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
func sum(a, b) {
|
||||
return a + b
|
||||
}
|
||||
|
||||
write(sum(1, 2))
|
||||
Loading…
Add table
Add a link
Reference in a new issue