Smalltalk 抛出 nextLine 错误

Smalltalk throwing nextLine Error

对于 Smalltalk,我们需要导入一些库才能使用 nextLine 吗?

Transcript show: 'Whatz your name?'. 
userName := stdin nextLine.

当我尝试计算时它抛出一个错误。

方法#nextLine在Stream中实现。 Stdin 应该是一个流。但是 "stdin"(小写)可能是错字。