From 3d6ef28a069092892464e93736b4a5f6c5c7a749 Mon Sep 17 00:00:00 2001 From: casey Date: Wed, 20 Nov 2024 22:05:08 +0000 Subject: [PATCH] deploy: beb275ac30edaca217be00726e5eb82d647c6a62 --- man/en/constants.html | 48 ++++++++++---------- man/en/expressions-and-substitutions.html | 2 +- man/en/functions.html | 2 +- man/en/imports.html | 2 +- man/en/print.html | 54 +++++++++++------------ man/en/searchindex.js | 2 +- man/en/searchindex.json | 2 +- 7 files changed, 56 insertions(+), 56 deletions(-) diff --git a/man/en/constants.html b/man/en/constants.html index d738147f37..195ac90288 100644 --- a/man/en/constants.html +++ b/man/en/constants.html @@ -161,30 +161,30 @@

Constants

HEX1.27.0"0123456789abcdef" HEXLOWER1.27.0"0123456789abcdef" HEXUPPER1.27.0"0123456789ABCDEF" -CLEARmaster"\ec" -NORMALmaster"\e[0m" -BOLDmaster"\e[1m" -ITALICmaster"\e[3m" -UNDERLINEmaster"\e[4m" -INVERTmaster"\e[7m" -HIDEmaster"\e[8m" -STRIKETHROUGHmaster"\e[9m" -BLACKmaster"\e[30m" -REDmaster"\e[31m" -GREENmaster"\e[32m" -YELLOWmaster"\e[33m" -BLUEmaster"\e[34m" -MAGENTAmaster"\e[35m" -CYANmaster"\e[36m" -WHITEmaster"\e[37m" -BG_BLACKmaster"\e[40m" -BG_REDmaster"\e[41m" -BG_GREENmaster"\e[42m" -BG_YELLOWmaster"\e[43m" -BG_BLUEmaster"\e[44m" -BG_MAGENTAmaster"\e[45m" -BG_CYANmaster"\e[46m" -BG_WHITEmaster"\e[47m" +CLEAR1.37.0"\ec" +NORMAL1.37.0"\e[0m" +BOLD1.37.0"\e[1m" +ITALIC1.37.0"\e[3m" +UNDERLINE1.37.0"\e[4m" +INVERT1.37.0"\e[7m" +HIDE1.37.0"\e[8m" +STRIKETHROUGH1.37.0"\e[9m" +BLACK1.37.0"\e[30m" +RED1.37.0"\e[31m" +GREEN1.37.0"\e[32m" +YELLOW1.37.0"\e[33m" +BLUE1.37.0"\e[34m" +MAGENTA1.37.0"\e[35m" +CYAN1.37.0"\e[36m" +WHITE1.37.0"\e[37m" +BG_BLACK1.37.0"\e[40m" +BG_RED1.37.0"\e[41m" +BG_GREEN1.37.0"\e[42m" +BG_YELLOW1.37.0"\e[43m" +BG_BLUE1.37.0"\e[44m" +BG_MAGENTA1.37.0"\e[45m" +BG_CYAN1.37.0"\e[46m" +BG_WHITE1.37.0"\e[47m"
@foo:
diff --git a/man/en/expressions-and-substitutions.html b/man/en/expressions-and-substitutions.html
index bfd9e807f6..ff1f7fbc11 100644
--- a/man/en/expressions-and-substitutions.html
+++ b/man/en/expressions-and-substitutions.html
@@ -180,7 +180,7 @@ 

Concatenation

Logical Operators

The logical operators && and || can be used to coalesce string -valuesmaster, similar to Python’s and and or. These operators +values1.37.0, similar to Python’s and and or. These operators consider the empty string '' to be false, and all other strings to be true.

These operators are currently unstable.

The && operator returns the empty string if the left-hand argument is the diff --git a/man/en/functions.html b/man/en/functions.html index 013ecb1e6f..f95d3c3074 100644 --- a/man/en/functions.html +++ b/man/en/functions.html @@ -443,7 +443,7 @@

Semantic

Style