RosettaCodeData/Task/Binary-digits/Picat/binary-digits.picat

4 lines
67 B
Plaintext

foreach(I in [5,50,900])
println(to_binary_string(I))
end.