wadarochi / zemscript

Automatically exported from code.google.com/p/zemscript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I have troubles to assign a function result to variable in a loop, is this supported?

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?

while(true) {
  t = f();
}

Thank you very much.

Petr

Original issue reported on code.google.com by petr.nal...@gmail.com on 17 Aug 2013 at 10:32

Sorry maybe the issue is only there when the return type is dictionary? Thank 
you

Original comment by petr.nal...@gmail.com on 17 Aug 2013 at 11:58