The most recent answer
Syntax
ans
Description
The ans variable is created automatically when no output argument is specified.
Examples
The statement
2+2
is the same as
ans = 2+2