Returns "true" if the receiver is true, or "false" if the
receiver is false.
Source
String toString() {
return this ? "true" : "false";
}
Returns "true" if the receiver is true, or "false" if the
receiver is false.
String toString() {
return this ? "true" : "false";
}