USING: formatting math.functions ; 5 3 2 ^ ^ "5 3 2 ^ ^ %d\n" printf 5 3 ^ 2 ^ "5 3 ^ 2 ^ %d\n" printf