Skip to content

E0425: not found in this scope for name in certain rules #725

Answered by tomtau
xiaket asked this question in Q&A
Discussion options

You must be logged in to vote

it seems there's a missing comma in test2 -- when this line:

...
                            simple_command(8, 10 [
...

is changed to:

...
                            simple_command(8, 10, [
...

it will compile and run

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by tomtau
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants
Converted from issue

This discussion was converted from issue #724 on October 14, 2022 14:43.