Three word location: Difference between revisions

m
(Added Ada solution)
m (→‎{{header|Wren}}: Minor tidy)
Line 1,595:
 
Note that bitwise operations are limited to 32-bit unsigned integers in Wren which isn't big enough here so we use BigInts instead.
<syntaxhighlight lang="ecmascriptwren">import "./fmt" for Fmt
import "./big" for BigInt
 
// functions to convert to and from the word format 'W00000'
9,485

edits