Church 0 Light Poster

i'm trying to put a function call inside of a function call:

switch_statement(menu());

switch_statement is a function call and so is menu.

I want what menu is returning to go into switch_statement but i kinda don't want to bother making a new variable just for this task..

So is it possible? i'd imagine it would be..


Nevermind, it was never an issue i just misspelled a function, considering i never tried this before i thought that was the problem.