In dictionaries:
Remote Function Call
a proprietary SAP interface.
Uniform Function Call Syntax
Uniform Function Call Syntax or Uniform Call Syntax or sometimes Universal Function Call Syntax is a programming language feature in D, Nim, Koka, and Effekt that allows any function to be called using the syntax for method calls (as in object-oriented programming), by using the receiver as the first parameter and the given arguments as the remaining parameters.
more...