Microsoft Small Basic
Program Listing:
Embed this in your website
<object id='sbapp' data='data:application/x-silverlight-2,' type='application/x-silverlight-2' width='640' height='480'> <param name='source' value='http://smallbasic.com/program/ClientBin/SBWeb.xap'/> <param name='onError' value='onSilverlightError' /> <param name='background' value='white' /> <param name='minRuntimeVersion' value='3.0.40624.0' /> <param name='autoUpgrade' value='true' /> <param name='initParams' value='programId=HXB230' /> </object>
'Recipe For Drawing an Triangle Shell
' show turtle
' the number of triangles drawn will be 60
' repeat the following 60 times
' choose a random color for the pen
' increase the length of side of a triangle by 4
' draw an triangle
' turn the turtle 1/60th of 360*
'Recipe For Drawing an Triangle
' triangle’ have 3 sides
' repeat the following 3 times
' move the turtle the length of a side
' turn the turtle 1/3th of 360*
Copyright (c) Microsoft Corporation. All rights reserved.