import std: isUpper, writeln;

void main(){
        writeln(isUpper('A'));
}

Why I get this error? How can I use isUpper()?

Reply via email to