RosettaCodeData/Task/Introspection/00DESCRIPTION
2016-12-05 22:15:40 +01:00

8 lines
407 B
Text

;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>.
;Extra credit:
* Report the number of integer variables in global scope, and their sum.
<br><br>