Example
Syntax
info <expression>;

info is used as a debugger statement which would print out the given expression on the output console.

Example
info "Hi, there!!";

Try it out

Print your name with the help of info statement.