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