Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

how to print items in c++

debug("your text"); // print text
debug(your_variable); // print a variable
degubln(""); // print a new line
 
PREVIOUS NEXT
Tagged: #print #items
ADD COMMENT
Topic
Name
3+3 =