Files
BumbleCee/DPP-master/docpages/example_code/coding_style_standards/dot_notation.cpp
2023-12-20 19:45:25 +09:00

6 lines
96 B
C++

stuff{}
.add_stuff()
.add_stuff();
event.reply("This reply function isn't indented!");