]> ruin.nu Git - proglang.git/blobdiff - examples/typeerror-scopeif
added branch for implementing functions
[proglang.git] / examples / typeerror-scopeif
diff --git a/examples/typeerror-scopeif b/examples/typeerror-scopeif
new file mode 100644 (file)
index 0000000..40e635b
--- /dev/null
@@ -0,0 +1,4 @@
+if (true)
+int x = 1;
+else
+print x;