If you need help, try to find the answer through the following path: `Help` in the console ⇒ [Red by Example](https://www.red-by-example.org/) ⇒ [Official Red Docs](https://github.com/red/docs/blob/master/en/SUMMARY.adoc) ⇒ [Rebol Core Manual](http://www.rebol.com/docs/core23/rebolcore.html ⇒ [Red Wiki](https://github.com/red/red/wiki ⇒ Net search "redlang + your-question" ⇒ Ask us, we are here to help!
[red-code]% red -r -t linux mp4todr.red (l@lat:~/red-code)
-=== Red Compiler 0.6.4 ===-
Compiling /home/l/red-code/mp4todr.red ...
Compilation Error: undefined word request-file
in file: /home/l/red-code/mp4todr.red
* near: [request-file
str: to-string f
in-str: replace str "%"
]