/* If-Then-Else Test */
Func Int testFunc(){
if(true) then {3.0} else {4.0};
}
