RosettaCodeData/Task/Test-a-function/Oforth/test-a-function.oforth

4 lines
90 B
Plaintext

test: [ "abcd" isPalindrome ]
test: ["abba" isPalindrome ]
test: [ "abcba" isPalindrome ]