Missing PROVIDE: in rot13.factor

slava 2006-12-01 02:00:56 +00:00
parent 0e6562013a
commit 65ffafc3f8
1 changed files with 2 additions and 0 deletions

View File

@ -13,3 +13,5 @@ USING: kernel math sequences strings ;
} cond ;
: rot13 ( string -- string ) [ rot-letter ] map ;
PROVIDE: demos/rot13 ;