RosettaCodeData/Task/Introspection/00DESCRIPTION

9 lines
407 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
;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:
2013-04-10 21:29:02 -07:00
* Report the number of integer variables in global scope, and their sum.
2016-12-05 22:15:40 +01:00
<br><br>