![]() |
|
Navigation |
Synopsis Raw print of a value followed by newline.
Function
void rprintln(value arg)
Usage
import IO;
Description Raw print of a value on the output stream followed by newline, does not convert parse trees or remove quotes from strings.
Pitfalls This function is only available for internal use in the Rascal development team.
![]() |