1 nsis comment ; NSIS "header" libraries can be in .nsh files.
2 nsis comment /* Copyright some time
4 nsis comment * and not much of that either
5 nsis comment "still a comment"
8 nsis code !macro SillyMacro Param1
9 nsis comment ; ... Because we can ;-)
10 nsis code !error "Why did you call this macro, ${Param1}? That was silly."
13 nsis code Function Die
14 nsis comment # Likewise, because we can.
15 nsis code DetailPrint "Aarrrrggghh! I died."