#include #include #include #include #include "pssuby.h" //--------//--------//--------//--------//--------//--------//--------//-------- void main() { init(); viewport(0.2,0.2,0.8,0.8);xyworld(0.0,0.0,1.0,1.0); newpath();linety(2);plot(0.0,0.0,3);plot(0.0,1.0,2);plot(1.0,1.0,2);plot(1.0,0.0,2);closepath();stroke(); newpath();linety(1);rect(0.4,0.2,0.6,0.6);stroke(); newpath();dims(0.6,0.6,0.6,0.2,0.1);stroke(); newpath();dims(0.4,0.6,0.6,0.6,0.05);stroke(); text(0.485,0.64,"b"); text(0.69,0.385,"h"); fin(); }