Variadic function: Difference between revisions

Content added Content deleted
No edit summary
(Fix missing code line in the second Lang example)
Line 1,856: Line 1,856:
fp.printAllComb() # No output
fp.printAllComb() # No output


&arr $= [1, abc, xyz, 42.42f]
fp.printAllComb(&arr...)
fp.printAllComb(&arr...)
# 1
# 1