LZW compression: Difference between revisions

Content added Content deleted
Line 1,750: Line 1,750:


=={{header|EMal}}==
=={{header|EMal}}==
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="ecmascript">
type LzwCompression
type LzwCompression
fun compress ← List by text uncompressed
fun compress ← List by text uncompressed