Files
gt4carp/src/Carp/CarpFloat.class.st
Veit Heller 199758d97d Multiple changes:
- Add the book and a few first pages
- Add the code generator
2022-04-17 19:48:45 +02:00

11 lines
143 B
Smalltalk

Class {
#name : #CarpFloat,
#superclass : #CarpNumber,
#category : #'Carp-IDE'
}
{ #category : #accessing }
CarpFloat >> suffix [
^ 'f'
]