Functions are handled in eccet very much like variables. You
can think of them as variables that calculate their content
at runtime.
DECLARE int $fd
CECHO ${$fd=$root.func.file.open("/tmp/hello.txt","wct",0666)}
CECHO ${$root.func.file.puts($fd,"Hello world.")}
CECHO ${$root.func.file.close($fd)}