Console
Standard input/output operations for terminal interaction.
xxml
#import Language::System;Output
| Method | Parameters | Returns | Description |
|---|---|---|---|
| message: String& | None | Print without newline | |
| printLine | message: String& | None | Print with newline |
Input
| Method | Parameters | Returns | Description |
|---|---|---|---|
| readLine | — | String^ | Read line from stdin |
| readInt | — | Integer^ | Read and parse integer |
| readDouble | — | Double^ | Read and parse double |
Control
| Method | Parameters | Returns | Description |
|---|---|---|---|
| clear | — | None | Clear console screen |