Add tags

Add tags to the following comment

Squeak Smalltalk で。

1
2
3
4
5
6
7
| byte |
byte := 123456789012345.
^(#('' k M G T P E Z) inject: byte into: [:result :unit |
    result < 1024 ifTrue: [^result asString, unit].
    result / 1024 roundTo: 0.1]) asString, 'Y'

"=> '112.3T' "

Add tags

The input will be splited to tags with space.

Index

Feed

Other

Link

Pathtraq

loading...