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