Skip to content
Prev 48808 / 63421 Next

`*tmp*`

On Thu, 14 Aug 2014, Michael Haupt wrote:

            
This is a consequence of the tricks the interpreter implementation
currently plays to do complex assignments. Compiled code works
differently:
+            x<-c(1,2)
+    x[1]<-42
+    `*tmp*`[1]<-7 # I would expect this one to fail
+ })()
Error in cmpfun(function() { : object '*tmp*' not found

luke