Encyclopedia:Standard Functions

From Rosetta Code
Revision as of 12:08, 6 January 2010 by rosettacode>Dkf (expand abbreviation, correct grammar)

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.