# Pastebin XRtli3Z8 perl6 -I. -MConstraint -e ' my &form = formula -> :$x!, :$y! { $x + 2*$y == 0 } say form :42x ' {x => 42, y => -21}