bars
The Sidef programming language
search
circle-xmark
Ctrl
k
copy
Copy
chevron-down
Programming tasks
chevron-right
N
chevron-right
Non-decimal radices
Output
Copy
for
i
in
(
0
..
33
) {
printf
(
" %6b %3o %2d %2X\n"
,
([i]
*
4
)
...
)
}
Previous
Input
chevron-left
Next
Nth root
chevron-right
Last updated
2 years ago