Base 16 numbers needing a to f: Difference between revisions

Content added Content deleted
Line 2,266: Line 2,266:
hex := i.hex()
hex := i.hex()
if nondecimal.contains_any(hex) {
if nondecimal.contains_any(hex) {
print('$i ')
print('${i:3d} ')
c++
c++
if c % 15 == 0 {
if c % 15 == 0 {