Hi to all, just joined the group :)
I'm running the Mathmap 1.3.5 plugin, hosted by Gimp2.6 under Windows and having lot's of fun with this great tool.
Just started writing filter expressions, struggling at times but working my way through the snags. Stuck on this one though..
Is the "for.. do" construct implemented in 1.3.5? I see it referred to in the Language Reference web page but can't get code like this to parse:
for cc = 1 to 10 do
print(cc);
end
Also can is there a way of seeing the output stream when running Mathmap as a plugin?
Thanks!