Holger Guhl schreef op 9-4-2014 13:03:
> The problem is in the imports declaration. You need to remove the
> space between "Smalltalk" and the period.
>
> Cheers, Holger
Thanks,
I changed it to this and now it accepted:
Smalltalk defineNameSpace: #Walkthru
private: false
imports: '
private smalltalk.*
'
category: 'Tutorial-Walkthru'
but I ran into another problem.
I can change to this :
initialize
"Create the initial random number generator for this application"
myRandom := Random new.
But then I see a message :
Declare Random as
Roelof
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc