-
-
Notifications
You must be signed in to change notification settings - Fork 0
std
Cerus edited this page Aug 10, 2022
·
1 revision
Routine | Visibility |
---|---|
std_out | π Global |
std_err | π Global |
std_in | π Global |
π Global | |
println | π Global |
print_out | π Global |
println_out | π Global |
print_err | π Global |
println_err | π Global |
Puts the file descriptor for Std Out on the stack
Puts the file descriptor for Std Err on the stack
Puts the file descriptor for Std In on the stack
Writes a string to the target descriptor
Takes | Gives |
---|---|
Target descriptor (int) | |
String (str) |
Writes a string and a linefeed to the target descriptor
Takes | Gives |
---|---|
Target descriptor (int) | |
String (str) |
Writes a string to stdout
Takes | Gives |
---|---|
String (str) |
Writes a string and a linefeed to stdout
Takes | Gives |
---|---|
String (str) |
Writes a string to stderr
Takes | Gives |
---|---|
String (str) |
Writes a string and a linefeed to stderr
Takes | Gives |
---|---|
String (str) |