ERROR: LoadError: syntax: incomplete: premature end of input

2,606 views
Skip to first unread message

Fei Ma

unread,
Mar 3, 2016, 10:25:19 AM3/3/16
to julia-users
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? 

Stefan Karpinski

unread,
Mar 3, 2016, 10:37:58 AM3/3/16
to Julia Users
It means what entered in new.jl isn't a complete Julia expression. Perhaps you're missing a closing `end` or something?

Fei Ma

unread,
Mar 3, 2016, 9:17:48 PM3/3/16
to julia-users
Many thanks for the reply. I re-checked my code. It seems like that I have left out a ")".

Stefan Karpinski

unread,
Mar 4, 2016, 11:48:59 AM3/4/16
to julia...@googlegroups.com
That would do it :-)
Reply all
Reply to author
Forward
0 new messages