Not a function as requested, but here is a Join and a Switch node to achieve it.
In my opinion it is a mistake to leap in to writing functions when there are other nodes to do most things.
Note that an input value does not just hang around waiting for you to use it. The Join node retains the last message received for each msg.topic, so you have to ensure that your inputs have appropriate topics.
[{"id":"799c56ac99bde8c9","type":"inject","z":"da87fe02d823a937","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"boolean","payload":"true","payloadType":"bool","x":170,"y":100,"wires":[["3e30386179f001f4"]]},{"id":"c89cd7587740c733","type":"inject","z":"da87fe02d823a937","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"boolean","payload":"false","payloadType":"bool","x":170,"y":140,"wires":[["3e30386179f001f4"]]},{"id":"3e30386179f001f4","type":"join","z":"da87fe02d823a937","name":"","mode":"custom","build":"object","property":"payload","propertyType":"msg","key":"topic","joiner":"\\n","joinerType":"str","accumulate":true,"timeout":"","count":"2","reduceRight":false,"reduceExp":"","reduceInit":"","reduceInitType":"","reduceFixup":"","x":370,"y":180,"wires":[["b48d1b2a54419f70"]]},{"id":"8898b5f472e0ad9e","type":"debug","z":"da87fe02d823a937","name":"debug 1","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload.number","targetType":"msg","statusVal":"","statusType":"auto","x":660,"y":180,"wires":[]},{"id":"b48d1b2a54419f70","type":"switch","z":"da87fe02d823a937","name":"","property":"payload.boolean","propertyType":"msg","rules":[{"t":"true"}],"checkall":"true","repair":false,"outputs":1,"x":510,"y":180,"wires":[["8898b5f472e0ad9e"]]},{"id":"c73573682a3daa1e","type":"inject","z":"da87fe02d823a937","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"number","payload":"42","payloadType":"num","x":180,"y":200,"wires":[["3e30386179f001f4"]]},{"id":"9d5a6d4411145a85","type":"inject","z":"da87fe02d823a937","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"number","payload":"126","payloadType":"num","x":170,"y":280,"wires":[["3e30386179f001f4"]]},{"id":"176d45aa9c293463","type":"inject","z":"da87fe02d823a937","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"number","payload":"84","payloadType":"num","x":180,"y":240,"wires":[["3e30386179f001f4"]]}]