RosettaCodeData/Task/Introspection/PureBasic/introspection.purebasic
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

9 lines
226 B
Text

CompilerIf #PB_Compiler_Version<441
CompilerError "You failed the version check!"
CompilerEndIf
CompilerIf Defined(bloop,#PB_Variable)
CompilerIf Defined(Abs(),#PB_Function)
Abs(bloop)
CompilerEndIf
CompilerEndIf