Difference between revisions of "Main Page"

From CodeStuff
Jump to: navigation, search
Line 4: Line 4:
  
 
<edcode>
 
<edcode>
var g=0;
+
print("Hi there");
 
+
print("next line");
function (wibble) {
+
    print(wibble);
+
}
+
  
 +
print("over here",300,200);
 +
drawLine(120,120,50,50);
 +
setColour("red");
 +
print("Now in Red!");
 
</edcode>
 
</edcode>

Revision as of 11:05, 19 January 2012

The beginning of something that probably won't be finished

With a bit of luck there's an editor below.