Variadic function: Difference between revisions

Fix missing code line in the second Lang example
No edit summary
(Fix missing code line in the second Lang example)
Line 1,856:
fp.printAllComb() # No output
 
&arr $= [1, abc, xyz, 42.42f]
fp.printAllComb(&arr...)
# 1
168

edits