Post Reply 
Combine Export and Local variables?
03-28-2022, 10:48 AM
Post: #3
RE: Combine Export and Local variables?
Well I'm not sure, If the start value is Matrix, and if there are two operations with matrices it considers it automatically to be a matrix?

Code:
//PROGRAM START
EXPORT A1,A2;


EXPORT function1 ()
BEGIN
A1:=M1+M1;
A2:=M1-M1;

When I used this code, I didn't reserve it with MAKEMAT or MAKELIST
And the A1, and A2 matrices appeared in matrix editor with correct values
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Combine Export and Local variables? - Amer7 - 03-28-2022 10:48 AM



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