Problem: Vowel Density FIXED

Code: Vowel+Density+FIXED/tails_1645294572

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)


& (justify) 
    " " (string) 
    / (divide) 
        * (multiply) 
            , (length) 
                | (filter) 
                    @ (= fstLine) 
                    ? (index) <--arg( A ) 
                        "AEIOU" (string) 
                        `) (to uppercase) 
                            $ (= A) 
            40 (integer) 
        , (length) 
            | (filter) 
                @ (= fstLine) 
                \ (char class) <--arg( B ) 
                    $ (= B) 
                    S (not.isSpace) 
    "*" (string) 

Back to the index