First time here? Check out the Help page!
1 | initial version |
Regarding line 16, it looks like you have an extra space at the end of line 15 that means the backslash isn't properly escaping (cancelling) the newline, and thinks line 16 is a new command instead of a continuation.
On line 18 i think it's just a misspelling of rcalc - replace the "e" with a "c".
2 | No.2 Revision |
Regarding line 16, it looks like you have an extra space at the end of line 15 that means the backslash isn't properly escaping (cancelling) the newline, and thinks line 16 is a new command instead of a continuation.continuation. Just delete the space at the end of line 15 so that the backslash is the last character.
On line 18 i think it's just a misspelling of rcalc - replace rcalc. Replace the "e" with a "c".