RValue, LValue concept working, Assigning to numbers is now illegal!
This commit is contained in:
@@ -14,7 +14,7 @@ if_stmt :: (cond: int): type
|
||||
|
||||
|
||||
for_stmt :: ()
|
||||
for i := 0, i + 10, i
|
||||
for i := 0, i + 10, i+=1
|
||||
pass
|
||||
|
||||
add_10 :: (size: int): int
|
||||
|
||||
Reference in New Issue
Block a user