ADDED CLS and PRINTNL
This commit is contained in:
parent
b204d34e86
commit
22a3553652
@ -61,6 +61,7 @@
|
||||
#define _TO_ ...
|
||||
#define ENDCASE break;
|
||||
#define CASE_ELSE default
|
||||
#define CLS printf("\33[2J\33[H")
|
||||
#define ENDSELECT }
|
||||
#define WHILE while
|
||||
#define WEND }
|
||||
@ -91,6 +92,8 @@
|
||||
#define LEN(x) x.size()
|
||||
#define REGQUERY std::regex
|
||||
#define REGMATCH std::smatch
|
||||
#define PRINTNL printf("\n")
|
||||
#define NL std::endl
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user