/samples/parsing/manyfuncs.ooc
http://github.com/nddrylliog/oc · Unknown · 18 lines · 10 code · 8 blank · 0 comment · 0 complexity · b9186ed34820d354d09c1db4e6827a3d MD5 · raw file
- d := func {}
- c := func {
- d()
- }
- b := func {
- c()
- }
- a := func {
- b()
- }