On Fri, Sep 26, 2008 at 4:33 AM, bearophile <bearophileHUGS@lycos.com> wrote:
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.

That surprised me too.  He's probably been drinking too much OO/Java kool-aid.

--bb