Problem: Morse decode

Code: Morse+decode/whio_1765643199

Nibbles version: 0.2 | 0.21 | 0.22 | 0.23 | 0.24 | 0.25 | 1.00

Format: Compact | Simple | +Type | Table | JSON | .nbl (DeBruijn) | .nbl (names)


* (join) 
    " " (string) 
    . (map) 
        % (split (remove empties)) 
            @ (= fstLine) 
            ~ (auto = words) 
        . (map) <--arg( A ) 
            % (split (remove empties)) 
                $ (= A) 
                '/' (char) 
            = (subscript (wrapped)) <--arg( B ) 
                % (modulus) 
                    `@ (from base) 
                        2 (integer) 
                        + (add) 
                            ~ (auto = 1) 
                            . (map) 
                                $ (= B) 
                                % (modulus) <--arg( C ) 
                                    $ (= C) 
                                    ~ (auto = 2) 
                    32 (integer) 
                `D (to base from data) 
                    -29 (to base from data arg) 
(postdata (hex): to base from data)
33256c256ec3237574a93e82436f08f14a
("etianmsurwdkgohvf,l.pjbxcyzq")

Back to the index