1 line
50 B
Smalltalk
1 line
50 B
Smalltalk
abs := x > 0 ifTrue: [ x ] ifFalse: [ x negated ]
|
abs := x > 0 ifTrue: [ x ] ifFalse: [ x negated ]
|