Encyclopedia:Standard Functions: Difference between revisions

From Rosetta Code
Content added Content deleted
(Standard functions. Created to aid GeSHi maintenance.)
 
m (Swapped "de facto" and "de jure".)
Line 1: Line 1:
List a all functions that are a standard presence in the language, where either:
List a 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 facto component'')
* The function is part of the defined spec for the language. (A ''de jure'' component)
* The function is part of the definitive implementation 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.
If necessary, identify which condition(s) the function meets.

Revision as of 02:55, 6 January 2010

List a 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 definitive implementation for the language. (A de facto component)

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