diff options
Diffstat (limited to 'rosetta/palindrome.neb')
| -rw-r--r-- | rosetta/palindrome.neb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rosetta/palindrome.neb b/rosetta/palindrome.neb index 198456d..3f8bf8d 100644 --- a/rosetta/palindrome.neb +++ b/rosetta/palindrome.neb @@ -1,3 +1,4 @@ +; the answer in p99/p06 is better (func palindrome? (str) (branch ((<= (length str) 1) #true) |
