started work on function scope interpretation WIP
This commit is contained in:
@@ -71,4 +71,13 @@ do
|
||||
}
|
||||
while(do_while_condition3)
|
||||
|
||||
//since the interpreter ignores all empty lines and spaces, any changes in tabs *should* not have any effect
|
||||
//since the interpreter ignores all empty lines and spaces, any changes in tabs *should* not have any effect
|
||||
|
||||
void function1() {
|
||||
|
||||
}
|
||||
|
||||
boolean function2()
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user