Contents | Prev | Next

"4.10 Allow 'otherwise'"

When this extension is enabled (the default), the Irie Pascal compiler will allow you to use the keyword otherwise in case statements and variant records to specify "all values that haven't been used yet". You can also use the keyword else instead of otherwise (this feature was added in order to improve compatibility with Turbo Pascal).

Contents | Prev | Next