RosettaCodeData/Task/Introspection/Pop11/introspection-1.pop11
2023-07-01 13:44:08 -04:00

4 lines
91 B
Text

;;; Exit if version below 15.00
if pop_internal_version < 150000 then
sysexit()
endif;