|
|
||
|
> local CGI = {}
>
> in CGI do
> host = "aap"
i like that syntax. it reminds me of pascals with-statement, something i
have missed in other language:
with-statement:
with record-variable { "," record-variable } do statement
Cheers,
Peter Prade