logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

wml::std::label - Labels and References

Author

Description

       This module implements a mechanism of labels and references.  Labels are defined via variables, which are
       expanded with the "<ref>" tag.  A common problem is when labels are referenced before they are defined.
       For this reason, labels are stored in an auxiliary file.  When the module is loaded, this file is read
       and labels are defined.  Then input is processed and at end of input, labels are compared with their
       previous value.  If some labels changed, then all labels are written to the auxiliary file and a message
       is printed to warn that labels are wrong.

Name

       wml::std::label - Labels and References

Requires

        Internal: P2, P3, P4
        External: --

EN Tools                                           2020-11-29                                 wml::std::label(3)

Synopsis

        #use wml::std::label auxfile=NAME

        <label name "Label Section">
        <ref name>

See Also