The same goes for binary messages, e.g. 2 + 3 :: isPrime On 3/10/23 10:18 AM, Jaromir Matas via Cuis-dev wrote: > In order to be able to do the same with keyword messages the > double-colon has been added to the compiler: > > #(1 2 3) raisedTo: 2 :: max: [:x|x] :: negated >