Post Reply 
Bug? or my error?
03-13-2016, 09:51 AM
Post: #3
RE: Bug? or my error?
Replacing cc by CC, I'm not able to reproduce your error message, both on my real Prime and the Android application.

Note that you can replace the FOR loop by MAKELIST :
Code:
EXPORT Erro1(NN)
BEGIN
  LOCAL CC,LL;
  LL:=MAKELIST(CC:=nextprime(CC),K,1,NN);
  PRINT (LL);
END;
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Bug? or my error? - ttw - 03-13-2016, 04:07 AM
RE: Bug? or my error? - Thomas_Sch - 03-13-2016, 09:39 AM
RE: Bug? or my error? - Didier Lachieze - 03-13-2016 09:51 AM
RE: Bug? or my error? - ttw - 03-13-2016, 11:16 AM
RE: Bug? or my error? - Thomas_Sch - 03-13-2016, 11:45 AM
RE: Bug? or my error? - DrD - 03-13-2016, 11:56 AM
RE: Bug? or my error? - Arno K - 03-13-2016, 11:57 AM
RE: Bug? or my error? - ttw - 03-13-2016, 03:15 PM



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