Open Dev Kit Documentation :: Console
Console
Classes
Functions
- Clear ( )
- Write ( Text String, New Line Boolean )
- Read Line ( ) String
- pauses until the user has pressed enter and returns the line inputted
- Read Character ( ) String
- pauses until the user has pressed any key and returns the next character in the stream and returns an empty string when the line terminates
Properties
- Background Color Color
- background color of text to be written to console; colors are an approximate in a native Windows console
- Text Color Color
- color of text to be written to console; colors are an approximate in a native Windows console
If you think anything is missing, please feel free to: submit documentation feedback on this page