Post Reply 
this short program crashes my PRIME
12-18-2013, 07:35 AM
Post: #5
RE: this short program crashes my PRIME
Hello,

Not your fault... There is a bug in the return call in the for loop which is causing the issue...
a workaround while waiting for the fix is to copy your 'output' in a variable (C will work) and then to do a break; to exit from the for loop...
then return your C....

note, you can do:
if A<=R<=B then break; end;
this should work

Cyrille
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: this short program crashes my PRIME - cyrille de brébisson - 12-18-2013 07:35 AM



User(s) browsing this thread: 1 Guest(s)