if (($tens != 1) and ($tens != 2) and ($units > 0)) {
            // don'tens add 'e' for numbers below 10
            if ($tens != 0) {
                // use 'un' instead of 'uno' when there is a suffix ('mila', 'milloni', etc...)
                if (($power > 0) and ($units == 1)) {