Data update

This commit is contained in:
Ingy döt Net 2026-02-01 16:33:20 -08:00
parent 5150844a7d
commit 4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions

View file

@ -9,7 +9,7 @@ F gray_decode(=n)
R n
print(DEC, BIN => GRAY => DEC)
L(i) 32
L(i) 0.<32
V gray = gray_encode(i)
V dec = gray_decode(gray)
print( #2, #. => #. => #2.format(i, bin(i).zfill(5), bin(gray).zfill(5), dec))