ding
[cc1516.git] / examples / Markus / assignment_to_builtin.spl
index dc53a37..ca36030 100644 (file)
@@ -9,5 +9,7 @@ f()
 {
   // This tries to assign to the built-in function isEmpty.
   // Adapt this line if your isEmpty is called differently.
-  isEmpty = blaat;
+  var isEmpty = blaat;
 }
+
+main() {return;}