-- The message numbered (1) will display at compilation, i.e. before -- (2) is displayed (supposing that compilation and execution are -- both requested) print "(2) This is a runtime message: Hello world!" -{ print "(1) This is a compile-time message: Hello world!" }