Post Reply 
how to know if prog was started from home or cas ?
03-05-2018, 07:37 PM
Post: #9
RE: how to know if prog was started from home or cas ?
The game here is exploiting the Oddball; Choose your poison and antidote
Code:

#CAS
Abc()
BEGIN
local a:=coeff(y/7,y);
IF denom(a[1])==1 THEN 
 MSGBOX("from Home");
ELSE
 MSGBOX("from CAS");
END;
END;
#end
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: how to know if prog was started from home or cas ? - toshk - 03-05-2018 07:37 PM



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