Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 347 Bytes

vcompare.md

File metadata and controls

10 lines (8 loc) · 347 Bytes
layout class title summary
default
Macro
vcompare VERSION VERSION
Compare two version strings

Compare two version strings. The result "0" means the two versions are equal, "1" means the first version is greater than the second version, "-1" means the first version is less than the second version.

${vcompare;versionA;versionB}