Post Reply 
Wow tried putting this program in the HP Guide:
05-20-2019, 04:43 AM
Post: #6
RE: Wow tried putting this program in the HP Guide:
Hello,

export Sier2()
begin
rect;
local a=#0;
while a<#160 do
local b= #0;
while b<#160 do
pixon_p(a and b, a or b, 0);
b:= b+#1;
end;
a:= a+#1;
end;
freeze;
end;

Cyrille

Although I work for the HP calculator group, the views and opinions I post here are my own. I do not speak for HP.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Wow tried putting this program in the HP Guide: - cyrille de brébisson - 05-20-2019 04:43 AM



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