See Original text in context
This is actually a class attribute, and called as a method returns the string before the transformation:
say .before; # OUTPUT: «fold»
See Original text in context
multi sub infix:<before>(Any, Any)multi sub infix:<before>(Real, Real)multi sub infix:<before>(Str, Str)multi sub infix:<before>(Version, Version)
Generic ordering, uses the same semantics as cmp. Returns True
if the first argument is smaller than the second.