|
|
HomeNewsExamplesDemoDownloadsFAQDocumentationMailing ListsLicense
|
9:08 pm GMT
GeSHi - Generic Syntax Highlighter
Latest News
News Archive
|
Random Screenshot
Demonstration
Runtime Example
' A simple QBasic program
CLS
PRINT "A simple program"
FOR I = 1 TO 56
OUT &h3c9 , i
NEXT I
PRINT "That will screw your graphics card!"
END
|
|