Category:A first simple script

From Catglobe Wiki
Revision as of 07:30, 18 March 2011 by Cg pham (talk | contribs) (Created page with "Category:An_overview_of_CGScript  ===A first simple script=== It is now time to look at an actual CGS script, here comes example1: {| class="tableintopic" style="border...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



A first simple script

It is now time to look at an actual CGS script, here comes example1:

{

/*

This is a simple CGS script.

Call it example1.

*/

print("Hello world!");

}

Although example1 is quite short, it includes several key features that are common to all CGS scripts.


Pages in category "A first simple script"

This category contains only the following page.