Binary digits: Difference between revisions

(initial draft)
 
Line 9:
The results can be achieved using builtin radix functions within the language, if these are available, or a user defined function can be utilized. The output produced should consist just of the binary digits. These should be no whitespace, radix or sign markers in the produced output, and superfluous leading zeros should not appear in the results.
 
[[Category:Basic language learning]]
[[Category:Radices]]