RosettaCodeData/Task/FASTA-format/Zkl/fasta-format-2.zkl

2 lines
55 B
Plaintext

foreach l in (fasta(File("fasta.txt"))) { println(l) }