Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Category:A first simple script: Difference between revisions

Category page
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..."
 
Cg_pham (talk | contribs)
No edit summary
 
Line 1: Line 1:
[[Category:An_overview_of_CGScript]]
[[Category:An_overview_of_CGScript]]

{{HelpFiles}}


===A first simple script===
===A first simple script===

Latest revision as of 04:23, 12 December 2011



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.