1 2 3 4 5
unit module RNA; sub to-rna (Str $dna --> Str) is export { $dna.trans(<G C T A> => <C G A U>); }