I would like to ask related to JDOODLE, how can I give any parameter of char type in the STDIN window for the language Pascal? Shall I use quotations or apostrophes?
Pascal: readln(character); STDIN : c Shall I use c or 'c' or "c" ?
For all three I receive the "Runtime roor 106" (Wrong input type)