REBOL[]for a 0 127 1[for b 0 127 1[if a and b = 0[print[a join b[":"a + b]]]]]