Post Reply 
CAS Programs
07-15-2023, 10:55 PM (This post was last modified: 07-15-2023 11:06 PM by matalog.)
Post: #3
RE: CAS Programs
(07-15-2023 01:00 PM)roadrunner Wrote:  Here's an example cas program:

Code:
#cas
casprogram():=
BEGIN
 "cas program goes here";
END;
#end

Typing this:

CAS(EVAL("casprogram()"))

on the command line returns this:

"cas program goes here"

-road
That's great. It's okay to use variables which are capital letters etc in there? I'll give that a go. Thanks.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
CAS Programs - matalog - 07-14-2023, 07:25 PM
RE: CAS Programs - roadrunner - 07-15-2023, 01:00 PM
RE: CAS Programs - matalog - 07-15-2023 10:55 PM
RE: CAS Programs - toml_12953 - 07-15-2023, 11:46 PM
RE: CAS Programs - parisse - 07-19-2023, 11:13 AM



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