Detect-It-Easy/db/PE/compiler_Visual_Prolog.4.sg
2026-06-21 09:46:17 +02:00

16 lines
No EOL
404 B
JavaScript

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
// https://www.visual-prolog.com/
meta("compiler", "Visual Prolog");
function detect() {
if (PE.compareEP("558bec57dbe3d92d........68........e8........8325..........75..6a..eb..33c066a1........50e8........8038")) {
sVersion = "5.2";
bDetected = true;
}
sLang = "Visual Prolog";
return result();
}