; classic example... begin hello ; start instruction, marking the beginning of the main block ; processing block echonl "Hello world!" ; the echonl instruction allows writing to the console, with a line break ; Here, the process skips to the end (end) except ; instruction marking the beginning of the exception block ; exception block end ; end of the hello program