ID:140049
 
Code:
view( 10 , usr )


Problem description:

when i compile i get duplicate defintions for both 10 and usr im assuming that it has somthing to do with trees but i have only been working with this code for a few days so im not exactly sure how it works.
view() is to be used inside of another function. You can't just put,

view(10, usr)


and expect it to do something.