HP Forums

Full Version: mixing cas program with home programs: error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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???
(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.
Reference URL's