scope NewScope function F1 takes nothing returns nothing call F2.evaluate() endfunction private function F2 takes nothing returns nothing endfunction endscope
scope NewScope private keyword F2 function F1 takes nothing returns nothing call F2.evaluate() endfunction private function F2 takes nothing returns nothing endfunction endscope
private keyword F2