Command: ==
Description
Displays topmost operand stack object and pops it. In contrast to
= operator == will try to represent any printable object not only
objects of simple kind (for example there's no difference for
integers but there is one for procedures!)
Parameters
any
Author
Gewaltig
Diesmann
Synopsis
any == --> -
SLI ] 12 ==
12
SLI ] {1211} ==
{1211}
SLI ]
Examples
SLI ] 12 ==
12
SLI ] {1211} ==
{1211}
SLI ]