class OUT < $OUT_DEVICE,$OSTREAM |
---|
**** | This class implements direct output access to the standard operating
___system_output_channel_--_for_output_only! |
$OSTREAM | $OUT_DEVICE |
const output_possible : BOOL := true ; |
---|
create : SAME |
---|
**** |
__This_routine_creates_an_object_to_represent_the_standard_output_channel. |
flush |
---|
**** |
________This_routine_flushes_the_output_buffer_--_useful_when_issuing ___a_prompt_which_is_required_to_be_shown_before_input. |
plus(ch : CHAR) |
---|
plus(ch : CHAR) : SAME |
---|
plus(str : STR) |
---|
plus(str : STR) : SAME |
---|