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=BMJ520-0' /> </object>
'Show the tortoise
'Make the tortoise move as fast as possible
'Do the following 4 times
'DrawSquare (recipe below)
' Turn the tortoise to the right 90 degrees
'Recipe for DrawSquare
'Do the following 4 times
'Set the tortoise's pen to a random color
' Move the tortoise 50 pixels
' Turn the tortoise to the right 90 degrees
Copyright (c) Microsoft Corporation. All rights reserved.