9 lines
137 B
Rexx
9 lines
137 B
Rexx
/*REXX program demonstrates if any key has been presssed. */
|
|
|
|
∙
|
|
∙
|
|
∙
|
|
somechar=inkey('nowait')
|
|
∙
|
|
∙
|
|
∙
|