Quote:

just a side note...
notice that the shortest code is not missing any endif's or loop's
one could say, it's syntaxwise perfect code.




pfft...

Code:
Function b($)
While $
If $+0=$
$b = '' + $ mod 2 + $b
$ = $ / 2
Else
$b = 2*$b + left($,1)
$ = right($,~)
EndFunction



Score = 88