FASTA format: Difference between revisions

Content added Content deleted
imported>Thebeez
m (→‎{{header|Wren}}: Changed to Wren S/H)
Line 2,363: Line 2,363:
{{trans|Kotlin}}
{{trans|Kotlin}}
More or less.
More or less.
<syntaxhighlight lang="ecmascript">import "io" for File
<syntaxhighlight lang="wren">import "io" for File


var checkNoSpaces = Fn.new { |s| !s.contains(" ") && !s.contains("\t") }
var checkNoSpaces = Fn.new { |s| !s.contains(" ") && !s.contains("\t") }