Not logged in

Differences From Artifact [acfd9685b8c01dde]:

File hangman/dict.retro part of check-in [819dd8a89b] - hangman: use string' in dict.retro instead of rolling a custom lowercase routine by crc on 2010-10-25 20:20:43. [annotate] [view]

To Artifact [13cb97a9058f285d]:

File hangman/dict.retro part of check-in [180b240e3a] - updates to hangman, eval.rx now uses withLength by crc on 2010-11-16 15:30:55. [annotate] [view]


@@ -7,9 +7,9 @@
 ( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ )
 
 with files'
 with math'
-with string'
+with strings'
 
 ( --[ Variables ]--------------------------------------------- )
 
 : sys-dict "wordlist.txt" :r ;