FYI the real power of / for comments is /token to comment out one token. So useful to add a bit of doc sugar when calling something
call(x\sugar) call(x/*sugar*/)
Thing \(inline comments) other
FYI the real power of / for comments is /token to comment out one token. So useful to add a bit of doc sugar when calling something
Also