Wrap numbers in backquotes

This commit is contained in:
minaminao 2023-03-28 22:53:57 +09:00
parent 58f3aa8c28
commit c5ae22db86

View File

@ -174,8 +174,8 @@ hiding new and different behavior in existing code.
The function ``preincr_u8(1)`` returns the following values:
- Old code generator: 3 (``1 + 2``) but the return value is unspecified in general
- New code generator: 4 (``2 + 2``) but the return value is not guaranteed
- Old code generator: ``3`` (``1 + 2``) but the return value is unspecified in general
- New code generator: ``4`` (``2 + 2``) but the return value is not guaranteed
.. index:: ! evaluation order; function arguments