Yigal Chripun:
> From what I understood, global functions are allowed.
This is the (not nice to me) hello world:
import dlt.io
class Main:
void main(Printer stdout):
stdout("Hello World!\n")
So I presume you need a least one class into your code.
Bye,
bearophile