Given name and age, when foo is
called, then a string with that entity details is composed and returned.
     
    foo(name, age)
    Arguments
    
    
    
      | name | (character) The name of the entity. | 
    
      | age | (numeric) The age of the entity. | 
    
    Value
    (character) A string with the entity's details.
    Examples