blob: b5576432a1e4acb69f89bd27e4ab93280454c56a [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.";
}
}