]> ruin.nu Git - proglang.git/blobdiff - examples/typeerror-scope
b not in scope
[proglang.git] / examples / typeerror-scope
diff --git a/examples/typeerror-scope b/examples/typeerror-scope
new file mode 100644 (file)
index 0000000..d35bd74
--- /dev/null
@@ -0,0 +1,7 @@
+int a = readInt;
+
+if (a > 5){
+       bool b = true;
+}
+
+print b;