Post Reply 
Set theory program for hp prime?
09-30-2022, 05:57 PM
Post: #8
RE: Set theory program for hp prime?
The way I showed earlier is customisable.

This will do a very similar thing, just less customisable, but much, much faster.

Code:
EXPORT RQST()
BEGIN
ARC_P(G0,120,120,80,0,360,{RGB(0,0,255,128),RGB(0,0,255,128)});
ARC_P(G0,180,120,80,0,360,{RGB(255,0,0,128),RGB(255,0,0,128)});
WAIT(-1)
END;
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Set theory program for hp prime? - matalog - 09-30-2022 05:57 PM



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