Binary digits: Difference between revisions

wordliness
(wordliness)
Line 7:
The decimal value 9000 should produce an output of 10001100101000
 
The results can be achieved using builtin radix functions within the language, if these are available, or alternatively 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.
 
=={{header|ZX Spectrum Basic}}==