plus equals OR by pooq

-module a.
-export[m/0].
m()->L=lists:seq(0,127),[io:format("~p ~p:~p
",[I,J,I+J])||I<-L,J<-L,I band J==0].

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

download

return to the top page