RosettaCodeData/Task/Palindrome-detection/Logo/palindrome-detection.logo
2023-07-01 13:44:08 -04:00

3 lines
52 B
Text

to palindrome? :w
output equal? :w reverse :w
end