Procedure Literal

This commit is contained in:
gingerBill
2016-07-22 16:09:49 +01:00
parent 86c083535f
commit f8fd6fce0b
7 changed files with 124 additions and 47 deletions
-5
View File
@@ -1,5 +0,0 @@
import "test"
add :: proc(a, b: int) -> int {
return a + b;
}