mirror of
https://github.com/vlang/v.git
synced 2025-09-15 15:32:27 +03:00
rename if_st to if_statement
This commit is contained in:
parent
bf1b751f47
commit
e3b5d7fd7c
3 changed files with 122 additions and 121 deletions
|
@ -743,7 +743,7 @@ fn (p mut Parser) factor() string {
|
|||
return p.assoc()
|
||||
}
|
||||
.key_if {
|
||||
typ = p.if_st(true, 0)
|
||||
typ = p.if_statement(true, 0)
|
||||
return typ
|
||||
}
|
||||
.key_match {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue