It means what entered in new.jl isn't a complete Julia expression. Perhaps you're missing a closing `end` or something?
On Thu, Mar 3, 2016 at 6:58 AM, Fei Ma <[email protected]> wrote: > Hello. Here I have a problem. > > I run a program, but stopped it when it is running, and then the terminal > output this : > > ERROR: LoadError: syntax: incomplete: premature end of input > in include at ./boot.jl:261 > in include_from_node1 at ./loading.jl:304 > while loading /home/i/Documents/Julia/new.jl, in expression starting on > line 80 > > I don't know what it means. Does anyone have such problems? >
