plus equals OR by clock(pooq)

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

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page