Introspection: Difference between revisions

Content deleted Content added
Line 916:
=={{header|Jsish}}==
<lang javascript>/* Introspection, in jsish */
if (Info.version() < Util.verConvert('2.08068.6')) {
puts("need at least version 2.08068.6 of jsish for this application");
exit(1);
}