I've been just going through "Computer Programming with GNU Smalltalk" book using Pharo 1.0 as an actual ST implementation.
The book mentions "stdin nextLine" as a way to get an input from a user via the standard input.
Is there a similar class/method in Pharo?