Encyclopedia:Standard Functions: Difference between revisions

From Rosetta Code
Content added Content deleted
m (Swapped "de facto" and "de jure".)
m (expand abbreviation, correct grammar)
Line 1: Line 1:
List a all functions that are a standard presence in the language, where either:
List all functions that are a standard presence in the language, where either:


* The function is part of the defined spec for the language. (A ''de jure'' component)
* 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 part of the definitive implementation for the language. (A ''de facto'' component)



Revision as of 12:08, 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)

If necessary, identify which condition(s) the function meets.