- May
- 13,211
- 180
I think I followed the rules by putting the function-terminating '}' on a line by itself. But LIBRARY doesn't seem to like '}' elsewhere.
Code:
g:\tc23\library> head /n3 iprocessline.txt
rv {
echo {foo}
}
g:\tc23\library> library /r iprocessline.txt /u
g:\tc23\library> library /f rv
rv {
}