8 lines
270 B
Plaintext
Executable File
8 lines
270 B
Plaintext
Executable File
-- 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!" }
|
|
|