Files
gt4carp/src/Carp/CarpLong.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
141 B
Smalltalk

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