Introspection: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 2,123: Line 2,123:


<lang vb>If Application.Version < 15 Then Exit Sub</lang>
<lang vb>If Application.Version < 15 Then Exit Sub</lang>

=={{header|Yabasic}}==
<lang Yabasic>if peek("version") < 2.63 error "Interpreter version is too old!"</lang>


=={{header|zkl}}==
=={{header|zkl}}==