In this code, what is the name of the function that accepts parameters?
on start
set playerChoice to call getPlayerChoice
set computerChoice to call getComputerChoice
call result playerChoice
A. on start
OB. result
OC. playerChoice
D. getPlayerChoice
computerChoice
