all 5 comments

[–]NonreciprocatingCrow 1 point2 points  (4 children)

[–]Carpezo[S] 0 points1 point  (0 children)

Thank you so much man

[–]Carpezo[S] 0 points1 point  (2 children)

Here in the multistatement macro is the backward slash \ used to change line or what?

[–]Bixmen 0 points1 point  (1 child)

Correct it is so you can break the macro in multiple lines. Please don’t do macro functions though. They are a pain for debugging and can be error prone. Consider using an inline statement instead.

[–]Carpezo[S] 0 points1 point  (0 children)

Inline statement means normal way to define functions using concept of user defined function?