record-checksum ( lines source-file -- )
Factor handbook » The implementation » Source files

Prev:source-file
Next:record-definitions ( source-file -- )


Vocabulary
source-files

Inputs
linesa sequence of strings
source-filea source-file


Outputs
None

Word description
Records the CRC32 checksum of the source file's contents.

Notes
Calling this word directly is not necessary in most cases. Higher-level words call it automatically.

Definition