/samples/parsing/manyfuncs.ooc
Unknown | 18 lines | 10 code | 8 blank | 0 comment | 0 complexity | b9186ed34820d354d09c1db4e6827a3d MD5 | raw file
1 2 3d := func {} 4 5c := func { 6 d() 7} 8 9b := func { 10 c() 11} 12 13a := func { 14 b() 15} 16 17 18