home *** CD-ROM | disk | FTP | other *** search
- ifTrue: [count <- count - 1. ^ dict currentKey]
- ifFalse: [(count <- dict next) isNil
- ifTrue: [^ nil] ]].
- ^ nil
-
- ]
- rg asFloat
-
- | = arg
- ^ value = arg asFloat
-
- | sin
- ^ <primitive 81 value>
-
- | cos
- ^ <primitive 82 value>
-
- | tan
- ^ <primitive 81 value> / <primitive 82 value>
-
- | asFloat
- ^ value
-
- | printString
- ^ value a