Encyclopedia:Standard Functions

From Rosetta Code
Revision as of 02:55, 6 January 2010 by Underscore (talk | contribs) (Swapped "de facto" and "de jure".)

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.