3 lines
88 B
Text
3 lines
88 B
Text
import String;
|
|
|
|
public bool palindrome(str text) = toLowerCase(text) == reverse(text);
|