crc

calculate the CRC32 polynomial of given string


Parameters

crc value :string :literal

Returns

  • :string
  • or  :nothing

Examples

copy
print crc "The quick brown fox jumps over the lazy dog" ; 414FA339

Related