DEBSOURCES
Skip Quicknav
sources / fpc / 2.4.0-2 / fpcdocs / refex / ex55.pp
12345678
Program Example55; { Program to demonstrate the RunError function. } begin { The program will stop end emit a run-error 106 } RunError (106); end.