[TOC]

error

Display error message and terminate execution

Usage

error(S)

Example

Input
error('We have a problem here')
Output
Error at Line 1(1) of the Console. It was thrown by the user with the message "We have a problem here".