From cffc6bff847120d71b25d9cb424b27704000aec5 Mon Sep 17 00:00:00 2001 From: mryouse Date: Sun, 4 Jun 2023 02:47:06 +0000 Subject: fixes --- rosetta/palindrome.neb | 1 + 1 file changed, 1 insertion(+) (limited to 'rosetta/palindrome.neb') 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) -- cgit v1.2.3