blob: d9205976e7082eb1d8492582d969c0e7564f84ae [file] [log] [blame]
public class Shakespeare {
void quote() {
String theQuote = "A fool thinks himself to be wise, " +
"<caret>but a wise man knows himself to be a fool.";
}
}