Module:Module introspection: Difference between revisions
No edit summary |
No edit summary |
||
| Line 253: | Line 253: | ||
-- If the function is the main function, add "main" to that cell | -- If the function is the main function, add "main" to that cell | ||
if info.name == main_function then | if info.name == main_function then | ||
func = func .. " '''(main)'''" | |||
end | end | ||