W LThis page has been relocated to Lim Ding Wen new web site.
Program W;
Uses Types, QuickDraw;

Begin
	Graphics(320);
	hidecursor;
	ClearScreen(0) ;
	moveto(0,0);
	SetSolidPenPat(7);
	LineTo(77,199);
	SetSolidPenPat(15);
	LineTo(155,0);
	SetSolidPenPat(1);
	LineTo(232,199);
	SetSolidPenPat(3);
	LineTo(319,0);
	
	readln;
End.
Letter W drawn in multiple colors. This program demonstrate the understanding of the Super Hires coordinate system.
Lim Ding Wen
Hosted by www.Geocities.ws

1