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