refactor(float): rename ex_floatclose to ex_fclose (#25596)

This commit is contained in:
Raphael
2023-10-11 15:03:59 +08:00
committed by GitHub
parent 4eea60939f
commit f79052faef
5 changed files with 117 additions and 47 deletions

View File

@@ -1048,7 +1048,7 @@ module.cmds = {
command='fclose',
flags=bit.bor(BANG, RANGE),
addr_type='ADDR_OTHER',
func='ex_floatclose',
func='ex_fclose',
},
{
command='global',