bart stes
2005-01-10 13:47:48 UTC
Hey guys,
I'm pretty new to programming in Oberon. For a course i'm taking I have to
interact with the user through the keyboard. (i.e. the users communicates
with the application through the keyboard) It is a text based app, so no
forms or anything.
We can only use the (educational) In en Out modules. How can I read from the
keyboard?
Cuz when I use :
In.Open;
In.String(name);
or something like that...the system isn't waiting for text to be inputted,
heck I don't even know where it would be supposed to be inputted.
The Out.String functions just write to the log.
So how am I supposed to read in things from the keyboard?
Thanks a bunch,
A confused one
I'm pretty new to programming in Oberon. For a course i'm taking I have to
interact with the user through the keyboard. (i.e. the users communicates
with the application through the keyboard) It is a text based app, so no
forms or anything.
We can only use the (educational) In en Out modules. How can I read from the
keyboard?
Cuz when I use :
In.Open;
In.String(name);
or something like that...the system isn't waiting for text to be inputted,
heck I don't even know where it would be supposed to be inputted.
The Out.String functions just write to the log.
So how am I supposed to read in things from the keyboard?
Thanks a bunch,
A confused one