Tenho tentado descobrir como fazer isso, mas não tenho certeza de como.
Aqui está um exemplo do que estou tentando fazer:
class test {
public newTest(){
function bigTest(){
//Big Test Here
}
function smallTest(){
//Small Test Here
}
}
public scoreTest(){
//Scoring code here;
}
}
Aqui está a parte com a qual estou tendo problemas. Como chamo bigTest ()?