5.3.1. Original Source References

5.3.1. Original Source References

Notice the #line directives. They're called original source references because they refer to the original, editable, source file containing the code. If you are creating C programs, the compiler will recognize them and report compiler errors in the original file. Integrated development environments will put the cursor right in the middle of the Interscript source. This is necessary, you must not edit the code file. Your changes will get clobbered next time you run Interscript on the original source.