unmappable character for encoding Cp1251

This commit is contained in:
rusefillc 2021-11-25 10:30:28 -05:00
parent 05ad23c8b5
commit 48311e1009
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ public class LuaFormatter {
* stat ::= while exp do block end
stat ::= repeat block until exp
stat ::= if exp then block {elseif exp then block} [else block] end
stat ::= for Name = exp , exp [, exp] do block end
stat ::= for Name '=' exp ',' exp [',' exp] do block end
stat ::= for namelist in explist do block end
function f () body end
*