Luhn test of credit card numbers: Difference between revisions

imported>Thebeez
(Added uBasic/4tH version)
Line 3,870:
=={{header|langur}}==
{{trans|Go}}
{{works with|langur|0.8.10}}
<syntaxhighlight lang="langur">val .luhntest = f(.s) {
val .t = [0, 2, 4, 6, 8, 1, 3, 5, 7, 9]
885

edits