[squeak-dev] Windows, stdin, stdout

tim Rowledge tim at rowledge.org
Sat Apr 7 18:46:29 UTC 2018



> On 07-04-2018, at 11:29 AM, K K Subbu <kksubbu.ml at gmail.com> wrote:
> 
> On Saturday 07 April 2018 08:14 PM, Eliot Miranda wrote:
>> $ cd image
>> $ ./buildspurtrunkreaderimage.sh
>> $ myvm spurreader.image
>> squeak> 3 + 4!
>> 7
>> squeak> Smalltalk quit!
> 
> Nice. This can become a good smoke test at the end of the build*.sh:
> 
> /bin/echo -e '14*3!\nSmalltalk quit!' | $VM spurreader.image
> 
> Now there's the answer to life, the universe and everything ;-)

Not quite; you actually need -
((6*9) printStringRadix: 13) last: 2 !

tim
--
tim Rowledge; tim at rowledge.org; http://www.rowledge.org/tim
Strange OpCodes: QVC: Question Valid Command




More information about the Squeak-dev mailing list