Post Reply 
programming the prime
03-24-2015, 08:57 PM
Post: #1
programming the prime
Hello to the forums!

I am relatively new to the prime and somehow stuck in the learning process. As a result it is likely that I will post several dumb or silly questions in the future.
I hope you can help me with the machine....

Based on some tutorials I tried the following

Code:

EXPORT fircore(N)
BEGIN
  LOCAL core:=seq(0,N);
END;

Codecheck complains: Syntax Error.

Code:

EXPORT fircore(N)
BEGIN
  LOCAL core:=seq(0,10);
END;
That would work.... Can you explain the issue and give startup tips to master the machine some day?

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


Messages In This Thread
programming the prime - leprechaun - 03-24-2015 08:57 PM
RE: programming the prime - Han - 03-24-2015, 09:15 PM
RE: programming the prime - leprechaun - 03-25-2015, 12:04 PM



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