mirror of
https://github.com/gnustep/libs-steptalk.git
synced 2025-02-24 03:41:20 +00:00
5 lines
175 B
Smalltalk
5 lines
175 B
Smalltalk
|
Environment loadModule:'ReadlineTranscript'.
|
||
|
Transcript showLine: 'Readline test'.
|
||
|
line := Transcript readLine:'Write something: '.
|
||
|
Transcript showLine: line uppercaseString.
|