Fixed allSelectorsSent because a simpler implementation was overriding the original.
[cslatevm.git] / tests / benchmark / takfp.slate
blob577617c54c97e798c8e2547c3129ead30f8cbd45
2 x@(Float traits) tak: y@(Float traits) with: z@(Float traits)
4   y < x
5     ifTrue:
6       [(x - 1.0 tak: y with: z)
7          tak: (y - 1.0 tak: z with: x)
8          with: (z - 1.0 tak: x with: y)]
9     ifFalse: [z]
12 n@(Integer traits) takfp
14   n * 3.0 tak: n * 2.0 with: n * 1.0