Skip to content

Instantly share code, notes, and snippets.

@fabriciocolombo
Created June 15, 2012 01:35
Show Gist options
  • Select an option

  • Save fabriciocolombo/2934124 to your computer and use it in GitHub Desktop.

Select an option

Save fabriciocolombo/2934124 to your computer and use it in GitHub Desktop.
Delphi Compiler Messages
{$Message Hint 'Feed the cats'} //emits a hint
{$MessaGe Warn 'Looks like rain.'} //emits a warning
{$Message Error 'Not implemented'} //emits an error, continues compiling
{$Message Fatal 'Bang. Yer dead.'} //emits an error, terminates compiler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment