#34. Multiple Draw¶
Note
Following documentation is a cooperative result combined from our Discord chat. Thanks to everyone who helped!
Image¶
This image was produced from the thirty-fourth radio transmission using previously contributed code.

Interpretation¶
Takes a list of lists of 2D-points and returns a list of rendered pictures.
It applies draw function to all items of the list.
Decoded¶
multipledraw
ap multipledraw nil = nil
ap multipledraw ap ap cons x0 x1 = ap ap cons ap draw x0 ap multipledraw x1