Missing PROVIDE: in rot13.factor
parent
0e6562013a
commit
65ffafc3f8
|
@ -13,3 +13,5 @@ USING: kernel math sequences strings ;
|
|||
} cond ;
|
||||
|
||||
: rot13 ( string -- string ) [ rot-letter ] map ;
|
||||
|
||||
PROVIDE: demos/rot13 ;
|
||||
|
|
Loading…
Reference in New Issue