module lang::flybytes::api::System
rascal-0.40.17
flybytes-0.2.8
Usage
import lang::flybytes::api::System;
Source code
http://github.com/usethesource/flybytes/blob/main/src/lang/flybytes/api/System.rsc
Dependencies
import lang::flybytes::Syntax;
function stdout
Stat stdout(Exp arg)
function stderr
Stat stderr(Exp arg)
function println
Exp println(str stream, Exp arg)