Welcome to MSDN Blogs Sign in | Join | Help

November 2008 - Posts

I've just created a code gallery page for Small Basic (now with a Wiki). Check it out: http://code.msdn.microsoft.com/smallbasic . In addition to a new link to Small Basic API reference, you can also find information about the upcoming release there. Read More...
This week's featured sample comes from Jeff Sidlosky . It is a star field simulation - you know the one where it appears like you're moving fast through space, with stars whizzing past you. ' Star-field simulation Initialize() Main() Sub Initialize GraphicsWindow.Title Read More...
For the past 40 years, there have been on-going debates in the programming world about the utility and usage of the keyword, Goto. While it’s been generally accepted that uncontrolled (no pun here) usage of Goto leads to unmanageable and spaghetti code, Read More...
The Arguments object in the standard library allows you to work with Command Line Arguments from inside a Small Basic program. The Arguments object includes a Count property that gives the total number of arguments passed to the program, and a GetArgument(index) Read More...
This week's featured sample of the week comes from mcleod_ideafix . This is a fun little point and shoot game, involving the Turtle in a clever way. 'Point-and-shoot '(C)1989 McLeod/IdeaFix. http://www.zxprojects.com 'Target size TargetSize=30 winner=0 Read More...
 
Page view tracker