Issue status update for http://smalltalk.gnu.org/node/649 Post a follow up: http://smalltalk.gnu.org/project/comments/add/649

Project:      GNU Smalltalk
Version:      <none>
Component:    Base classes
Category:     bug reports
Priority:     normal
Assigned to:  Unassigned
Reported by:  Roman
Updated by:   Roman
Status:       active

I'm trying to override method min:. However, there is an overflow error
when I added a debug print.

!Number methodsFor: ''!
min: aNumber
Transcript show: 'in min'.
 ^aNumber > self ifTrue: [self] ifFalse: [aNumber].
!!



_______________________________________________
help-smalltalk mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to