On Aug 11, 2010 at 17:13, Klaus Darilion klaus.mailinglists@pernau.at wrote:
Hi Andrei!
Am 11.08.2010 16:18, schrieb Andrei Pelinescu-Onciul:
- all the module functions can now be called with any constant expression
as parameters. E.g.: f("7 *" +" 6 = " + 7 * 6);
What is the result of this example?
f("7 * 6 = 42")
Andrei