The "Sony Games" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
Anyway, basic is great for loads of simple programs. PSM2 is giving a gradula guide to using it.
//This program computes stuff from two integers
import TextReader; //An author supplied class
public class SayHello
{
public static void main( String[]args )
{
System.out.println("Hello!");
}//End main method
}
Try entering the following, which is quite possibly the first program every BASIC programmer ever wrote:
10 PRINT "HELLO WORLD"
20 GOTO 10
http://www.playstation-basic.com
That should tell you all you need to know.
To get the best out of it you really need a USB keyboard, but *do not* buy the Datel keyboard, as it is *not* compatible with YABASIC.