Replies: 2 comments 51 replies
-
depends on your usecase? your impl of the scoping etc
or
|
Beta Was this translation helpful? Give feedback.
28 replies
-
Hey @zrwsmd, I would recommend taking a look at this scoping guide. That is probably what you're looking for. |
Beta Was this translation helpful? Give feedback.
23 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
FunctionBlock:
'FUNCTION_BLOCK' name=Identifier
(methods+=Methods)*
'END_FUNCTION_BLOCK'
;
Methods:
'METHOD' name=Identifier
'END_METHOD'
;
if i want to refer function method name at below rule ,how should i refer it
aa:
fbMethodName=[FunctionBlock:?]
Beta Was this translation helpful? Give feedback.
All reactions