Closed PolarianDev closed 2 years ago
in a nutshell
class
{
function name()
{
;
;
}
function name(){;}
for()
{
...
}
if()
{
...
}
else if()
{
...
}
else
{
...
}
switch()
{
case:
{
...
}
default:
{
...
}
}
try
{
...
}
catch()
{
...
}
}
one more thing
Intellij must really not like your formatting :P