implementing this
This commit is contained in:
5
samples/ch28_this_outside.lox
Normal file
5
samples/ch28_this_outside.lox
Normal file
@ -0,0 +1,5 @@
|
||||
print this;
|
||||
|
||||
fun invalid() {
|
||||
print this;
|
||||
}
|
Reference in New Issue
Block a user