Many thanks for the reply. I re-checked my code. It seems like that I have left out a ")".
On Friday, 4 March 2016 02:37:58 UTC+11, Stefan Karpinski wrote: > > 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] <javascript:>> > 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? >> > >
