Below, it looks like the function "rv" didn't make it from file to memory correctly.
Code:
g:\tc23\library> head /n5 iprocessline.txt
rv {
echo foo ^
bar ^
done
}
g:\tc23\library> library /r iprocessline.txt /u
g:\tc23\library> library /f rv
rv {
done
}