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

4 lines
90 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
test: [ "abcd" isPalindrome ]
test: ["abba" isPalindrome ]
test: [ "abcba" isPalindrome ]