X-Git-Url: https://ruin.nu/git/?p=proglang.git;a=blobdiff_plain;f=examples%2Ftypeerror-scope;fp=examples%2Ftypeerror-scope;h=d35bd74f261eee99e860a0fcab23dfd1a757fb4d;hp=0000000000000000000000000000000000000000;hb=97b7064110b10d38c0f75502d08a95550a9a04ba;hpb=b2a94f77235a88731d63a1251f53720f869492c8 diff --git a/examples/typeerror-scope b/examples/typeerror-scope new file mode 100644 index 0000000..d35bd74 --- /dev/null +++ b/examples/typeerror-scope @@ -0,0 +1,7 @@ +int a = readInt; + +if (a > 5){ + bool b = true; +} + +print b;