Here we define a subroutine

NOTE: It must be defined within [[! ... !] to avoid redefinition! [! sub Hello { return 'Hello world' ; } !] Now we call the subroutine: [+ Hello () +]

[! sub CLEANUP { print LOG "This will be called before variable cleanup\n" ; }!]

Ok.