Difference between revisions of "Terminology"

From D Wiki
Jump to: navigation, search
(Created page with "Function")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Function
+
Function is an input and output statement.
 +
* Taking input using function parameters or global variables.
 +
* And returning output using '''return''' statement or by modifying a global variable.

Latest revision as of 16:42, 20 December 2023

Function is an input and output statement.

  • Taking input using function parameters or global variables.
  • And returning output using return statement or by modifying a global variable.