Code: Select all
10 MYBIN% = %001001
20 PRINT MYBIN%
And I've read some documentation on BBC SDL it seems, there is FN_binary(B%) but it requires additional libraries.
So the question is, is there a way to convert Integer or other variables to binary?