Post Reply 
mixing cas program with home programs: error
04-01-2015, 06:01 AM
Post: #1
mixing cas program with home programs: error
hi,

I read in Han's Explanation on cas programming that you can mix cas functions with ordinary programs. Or at least that it should be doable. I have a collection of useful programs in a source file named ownprg. atm there are only normal programs.
Now I decided to add a Little cas program, but even if I stick to the Skeleton I get a Syntax error.: like
Code:

EXPORT one_prg(a)
BEGIN
(...)
END;

#cas
foo(args):=
BEGIN
END;
#end

That gives the Syntax error. The line is #cas
. Any ideas of what I am doing wrong there???
Find all posts by this user
Quote this message in a reply
04-01-2015, 09:20 PM
Post: #2
RE: mixing cas program with home programs: error
(04-01-2015 06:01 AM)leprechaun Wrote:  That gives the Syntax error. The line is #cas.
Any ideas of what I am doing wrong there???

Do you have installed the most recent firmware? #cas is a command that has only been added lately.

Marcus von Cube
Wehrheim, Germany
http://www.mvcsys.de
http://wp34s.sf.net
http://mvcsys.de/doc/basic-compare.html
Find all posts by this user
Quote this message in a reply
Post Reply 




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