I haven't had the time to sit down and read through all the development stuff yet, but I've got a quick question. What is the code in a specific fragment limited to? Is each fragment's code unique to itself? To all the fragments that make up one file? Something else?
For example, I have fragment 10something with some code in it. I want to create a similar section after it in the same file, so I copy 10something to 11other. If I change the value of a variable in 11other, will that affect that same variable in 10something, or is it specific to 11other?