So just for low code level users.

There is r file named F.r and inside it there is just a function named F()
and then I just execute Rstart("F.r",1); and after I type on zorro the line var P = Rd("F()"); and it saves the result of F over P right?