Problem: toki pona numbers

Code: toki+pona+numbers/tails_1649154381

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)


or (or) 
    -~ (strip) 
        : (append) 
            ^ (replicate) 
                `/ (divmod) -->let( A ) 
                    $ (= fstInt) 
                    5 (integer) 
                "luka " (string) 
            : (append) 
                ^ (replicate) 
                    `/ (divmod) -->let( B ) 
                        $ (= A) 
                        ~ (auto = 2) 
                    "tu " (string) 
                ^ (replicate) 
                    $ (= B) 
                    "wan" (string) 
    "ala" (string) <--arg( C ) 

Back to the index