Rebol Programming/decompress
Appearance
USAGE:
[edit | edit source]DECOMPRESS data
DESCRIPTION:
[edit | edit source]Decompresses a binary series back to a string.
DECOMPRESS is a native value.
ARGUMENTS
[edit | edit source]- data -- Data to decompress (Type: binary)
SOURCE CODE
[edit | edit source]decompress: native[ "Decompresses a binary series back to a string." data [binary!] "Data to decompress" ]