Quantcast
Channel: Take Command / TCC
Viewing all articles
Browse latest Browse all 1788

missing command in documentation: "ENDLOCAL" is in command list documentation, but "ENDTEXT" is not.

$
0
0
TL;DR: "endlocal" and "text" are both valid commands but only 1 is listed in the documentation list of valid commands.

So I'm writing a validator and it brought this to my attention.

"Setlocal" and "endlocal" passed my validator as valid commands
"text" did but "endtext" did not

Turns out, for setlocal/endlocal, both the 'begin' and 'end' commands are in the command list documentation

But for text/endtext, only the 'begin' command is in the command list documentation.

It's a...

Read more

Viewing all articles
Browse latest Browse all 1788

Trending Articles