Difference between revisions of "Main Page"
From CodeStuff
| Line 4: | Line 4: | ||
<edcode> | <edcode> | ||
| − | + | print("Hi there"); | |
| − | + | print("next line"); | |
| − | + | ||
| − | + | ||
| − | + | ||
| + | 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.