Language:
Free Online Dictionary|3Dict

function application

Source : Free On-Line Dictionary of Computing

function application
     
        A {function} applied to (some of) its {argument}s.  If it is
        not applied to all its argument then it is a "{partial
        application}".  Application is usually written in the form
        f(x) but some languages such as command-line interpreters and
        many {functional language}s use {juxtaposition}: f x.  {Lisp}
        places the parentheses around the whole application: (f x).
Sort by alphabet : A B C D E F G H I J K L M N O P Q R S T U V W X Y Z