RosettaCodeData/Task/Rename-a-file/Factor/rename-a-file.factor
Ingy döt Net b83f433714 tasks a-s
2013-04-10 23:57:08 -07:00

3 lines
99 B
Factor

"" "/" [
[ "input.txt" "output.txt" move-file "docs" "mydocs" move-file ] with-directory
] bi@