Encyclopedia:Standard Functions: Difference between revisions

From Rosetta Code
Content added Content deleted
m (Swapped "de facto" and "de jure".)
(Note on addon libraries usually available for inclusion)
 
(One intermediate revision by one other user not shown)
Line 1:
List a all functions that are a standard presence in the language, where either:
 
* The function is part of the defined specspecification for the language. (A ''de jure'' component)
* The function is part of the definitive implementation for the language. (A ''de facto'' component)
* The function is common part of an implementation for the language (I.e. part of a library usually available)
 
If necessary, identify which condition(s) the function meets, or which standard it belongs to. Group functions by the above conditions.

Latest revision as of 12:18, 6 January 2010

List all functions that are a standard presence in the language, where either:

  • The function is part of the defined specification for the language. (A de jure component)
  • The function is part of the definitive implementation for the language. (A de facto component)
  • The function is common part of an implementation for the language (I.e. part of a library usually available)

If necessary, identify which condition(s) the function meets, or which standard it belongs to. Group functions by the above conditions.