Binary digits: Difference between revisions

Content deleted Content added
Hout (talk | contribs)
→‎{{header|AppleScript}}: Updated primitives - a showIntAtBase allowing a custom ( Int -> Char) function
Hout (talk | contribs)
Line 333:
=={{header|AppleScript}}==
{{Trans|JavaScript}}
(ES6 version)
<lang AppleScript>-- showBin :: Int -> String
on showBin(n)