RosettaCodeData/Task/Test-a-function/Oforth/test-a-function.fth
2023-07-01 13:44:08 -04:00

3 lines
90 B
Forth

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