#alert
ACTION: generates a compiler message (like an error)
USE: used to alert programmer about an area of code that requires attention
EXAMPLE:
#alert (please implement methods for this interface)

RELATED: #error