![]() |
|
Navigation |
Synopsis Include the results of an interactive session of the Rascal interpreter.
Syntax
<screen OptErrors> RascalCode </screen>
Description The commands in the
RascalCode are executed and
they are show together with the response of the Rascal system.
The following is supported:
OptErrors is non-empty, it is assumed that the error is expected and it will not be logged.
Examples The text:
<screen> 1 + 2; </screen>
will be shown as: rascal>1 + 2;
int: 3
Benefits
Pitfalls
![]() |