LZW compression: Difference between revisions

Content deleted Content added
Magal (talk | contribs)
Misbah (talk | contribs)
Line 2,864:
}
}, // For Test Purposes
comp = LZW.compress("TOBEORNOTTOBEORTOBEORNOTMisbah Mansuri Ammar"),
decomp = LZW.decompress(comp);
document.write(comp + '<br>' + decomp);</syntaxhighlight>