better exception handling for "No"

This commit is contained in:
2024-05-31 14:49:07 -06:00
parent 68359842b2
commit f544c92c06

View File

@@ -4,7 +4,8 @@
(var namesPath (joinPath libPath "name-database")) (var namesPath (joinPath libPath "name-database"))
(var :Map<String,Bool> notNames (for notName [ (var :Map<String,Bool> notNames (for notName [
"he" // This is in the name database. "no"
"he"
"she" "she"
] =>notName true)) ] =>notName true))