Explicit function call

Pavel G. Zhbanov pavel@joker.botik.ru
Wed, 12 Mar 2003 15:55:27 +0300


Hello,
How can I make an explicit function call in a "do" sequence?

Ex:
... do	let	a = myFunc ...
		b = myFunc ...
		c = "Something else"
	return c
...

As I understand myFunc will not be executed, but I need it... 
Please, help.
-- 
Pavel Zhbanov