-
Notifications
You must be signed in to change notification settings - Fork 9
Check ParameterCount
github-actions[bot] edited this page Mar 6, 2024
·
2 revisions
Methods/Procedures should not have too many parameters.
_method object.example(p1, p2, p3, p4, p5, p6, p7)
_endmethod
_proc@example_proc(p1, p2, p3, p4, p5, p6, p7)
_endproc
NOTE: This page is generated. Any changes made to this page through the wiki will be lost in the future.