Sierpinski triangle: Difference between revisions

→‎{{header|PureBasic}}: completed SartDrawing
(→‎{{header|PureBasic}}: completed SartDrawing)
Line 1,589:
DrawingMode(#PB_2DDrawing_Transparent )
Triangle(10,10,120,5)
StopDrawing()
Repeat
 
Until WaitWindowEvent()=#PB_Event_CloseWindow
Repeat
Until WaitWindowEvent()=#PB_Event_CloseWindow
End</lang>
 
Anonymous user