Skip to content

Latest commit

 

History

History
 
 

ex5.12

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Exercise 5.12 (P140)

The startElement and endElement function in gopl.io/ch5/outline2 (§5.5) share a global variable, depth. Turn them into anonymous functions that share a variable local to the outline function.