Work on lambda body

This commit is contained in:
Krzosa Karol
2022-05-24 23:35:49 +02:00
parent 52910d5606
commit 9dc2e1588d
5 changed files with 97 additions and 18 deletions

View File

@@ -20,6 +20,9 @@ max :: (a: int, b: int)
{ and } - treated as new line scope and end of new line scope
*/
arena_push :: (size: int)
return size + 10
//-----------------------------------------------------------------------------
// Function types
//-----------------------------------------------------------------------------