mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Resolved #14
This commit is contained in:
@@ -46,7 +46,7 @@ var a = 1;
|
||||
print a;
|
||||
|
||||
//test scope will shadow higher scope on redefine
|
||||
var b = 3;
|
||||
var b: int = 3;
|
||||
{
|
||||
var b = 4;
|
||||
print b;
|
||||
|
||||
Reference in New Issue
Block a user