powerquery - Comments in Power Query Formula (M) Language -
is there way comment m code / comment out lines or blocks of code?
it seems should easy enough find, reality every website has "comments" section, has made hard search for.
m supports 2 different types of comments:
- single line comments can started //
- you can comment out multiple lines or comment out text in middle of line using /* */ (e.g.
= 1 + /* comment */ 2
)
comments might seem disappear in formula bar if @ end of line, still there. can verify looking @ code in advanced editor.
Comments
Post a Comment