RosettaCodeData/Task/Introspection/PureBasic/introspection.purebasic

10 lines
226 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
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