Difference between revisions of "Main Page"
From CodeStuff
| Line 11: | Line 11: | ||
setColour("red"); | setColour("red"); | ||
print("Now in Red!"); | print("Now in Red!"); | ||
| + | |||
| + | setColour("orange"); | ||
| + | |||
| + | for (var x=0; x<10;x++) { | ||
| + | print("ö",40+x*30,250-x*10); | ||
| + | } | ||
</edcode> | </edcode> | ||
Revision as of 11:41, 19 January 2012
The beginning of something that probably won't be finished
With a bit of luck there's an editor below.