logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

wml::mod::version - Checks WML version number

Attributes

       The "<require>" tag takes an argument : the WML version number needed to process the file in which this
       tag appears. This number is a dot separated list of 3 numbers, from left to right : version, revision and
       patchlevel.

       Comparison between numbers is numerical, so that 1.7.50 > 1.7.6

Author

Description

       As WML evolves, some new features appear and some input files requires new version to be processed. This
       include file provides the "<require>" tag, which checks whether running WML program is new enough to
       process input file.

Name

       wml::mod::version - Checks WML version number

Requires

        Internal: P2
        External: --

EN Tools                                           2020-11-29                               wml::mod::version(3)

Synopsis

        #use wml::mod::version

        <require 1.7.1 />

See Also