Introspection: Difference between revisions

Content deleted Content added
m added whitespace before the TOC, added an Extra credit (bold) header.
m added a Task (bold) header.
Line 1:
{{task|Programming environment operations}}
 
This task asks to
;Task:
* verify the version/revision of your 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 <i>abs(bloop)</i>.