Код IT Загрузка примера кода…

Smalltalk main.st
name
    ^ name

name: aString
    name := aString.
    ^ self

health
    ^ health

health: anInteger
    health := anInteger.
    ^ self

intel: anInteger
    intel := anInteger.
    ^ self

agility: anInteger
    agility := anInteger.
    ^ self

strength: anInteger
    strength := anInteger.
    ^ self
name
    ^ name

name: aString
    name := aString.
    ^ self

health
    ^ health

health: anInteger
    health := anInteger.
    ^ self

intel: anInteger
    intel := anInteger.
    ^ self

agility: anInteger
    agility := anInteger.
    ^ self

strength: anInteger
    strength := anInteger.
    ^ self