Thread: Gs3
View Single Post
  #85  
Old 05-23-2013, 04:22 AM
Twinny Twinny is offline
My empire of dirt
Twinny's Avatar
Join Date: Mar 2006
Location: Australia
Posts: 2,422
Twinny is just really niceTwinny is just really nice
Send a message via AIM to Twinny
Quote:
Originally Posted by BlueMelon View Post
PHP Code:
//#GS3

function onCreated() {
  echo(
getAddition(1,2));
}

function 
getAddition(a:numberb:number):number 
  var 
result:number b
  return 
result

Works on era, but the class example does not.
Guess it's very lenient..i figured it would have kicked up a shitstorm considering you didn't specify a return type for onCreated() (i.e. void)

So how do we go about getting it enabled?
Reply With Quote