Introspection

From Rosetta Code
Revision as of 00:10, 15 March 2007 by rosettacode>Sgeier (New page: This task asks to <ul> <li> verify the version/revision/patchlevel of you currently running (compiler/interpreter/byte-compiler/runtime environment/whatever your language uses) and exit if...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This task asks to

  • verify the version/revision/patchlevel of you currently running (compiler/interpreter/byte-compiler/runtime environment/whatever your language uses) and exit if it is too old.
  • check whether the variable "bloop" exists and whether the math-function "abs()" is available and if yes compute abs(bloop).