Difference between revisions of "Main Page"

From CodeStuff
Jump to: navigation, search
Line 15: Line 15:
  
 
for (var x=0; x<10;x++) {
 
for (var x=0; x<10;x++) {
   print("ö",40+x*30,250-x*10);
+
   print("*",40+x*30,250-x*10);
 
}
 
}
 
</edcode>
 
</edcode>

Revision as of 11:42, 19 January 2012

The beginning of something that probably won't be finished

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