Restructure
This commit is contained in:
@@ -13,6 +13,10 @@ if_stmt :: (cond: int): type
|
||||
return CONSTANT
|
||||
|
||||
|
||||
for_stmt :: ()
|
||||
for i := 0, i + 10, i
|
||||
pass
|
||||
|
||||
add_10 :: (size: int): int
|
||||
add_20 :: (new_size: int): int
|
||||
return 20
|
||||
|
||||
Reference in New Issue
Block a user