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::sys::compat1 - Backward Compatibility to WML 1.x

Author

Description

       Meta-HTML was used for pass 2 by WML 1.x whereas newer version use mp4h.  This include file provides
       backward compatibility defines for Meta-HTML tags which no longer exist in mp4h.

        Meta-HTML tag     mp4h equivalent tag
        ----------------- -------------------
        define-container  define-tag
        defsubst          define-tag
        defmacro          define-tag
        prog              group
        concat            group
        %%eval            group
        sub               substract
        mul               multiply
        mod               modulo

Name

       wml::sys::compat1 - Backward Compatibility to WML 1.x

Requires

       P2

See Also

mp4h(1)

EN Tools                                           2020-11-29                               wml::sys::compat1(3)

Synopsis

        #use wml::sys::compat1

See Also