コード圧縮
Posted feedbacks - Smalltalk
Squeak Smalltalk で。
1 2 3 4 5 6 7 | | method |
method := Integer >> #factorial.
^method methodClass prettyPrinterClass
format: method getSource
in: method methodClass
notifying: nil
decorated: false.
|


sweetie089 #6664() Rating-6/10=-0.60
[ reply ]