As the title says, I want to store different functions say Foo(x, y), Bar(a, b, c) into a list/queue of some sort along with their arguments so tha
Foo(x, y)
Bar(a, b, c)