Microsoft Small Basic

Program Listing: KTK632
GraphicsWindow.Title = "Flag of Canada"
GraphicsWindow.Width = 600
GraphicsWindow.Height = 300
GraphicsWindow.BrushColor = "Red"
GraphicsWindow.FillRectangle(0, 0, 150, 300)
GraphicsWindow.FillRectangle(450, 0, 150, 300)
GraphicsWindow.FontSize = 224
GraphicsWindow.DrawText(186, 10, "🍁")