3 lines
90 B
Forth
3 lines
90 B
Forth
test: [ "abcd" isPalindrome ]
|
|
test: ["abba" isPalindrome ]
|
|
test: [ "abcba" isPalindrome ]
|