This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Check digit GS1 | |
| Arguments: | |
| - [String] GS1 code without check digit to generate | |
| the check digit | |
| Returns: | |
| - [Number] Check digit for given code | |
| Author: Matheus R. Kautzmann | |
| */ |