]> ruin.nu Git - proglang.git/commitdiff
b not in scope
authorMichael Andreen <harv@ruin.nu>
Tue, 28 Feb 2006 08:56:36 +0000 (08:56 +0000)
committerMichael Andreen <harv@ruin.nu>
Tue, 28 Feb 2006 08:56:36 +0000 (08:56 +0000)
examples/typeerror-scope [new file with mode: 0644]

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;