am i free to make any sub-parts in a part totally free; completely arbitrarily? providing that i open and close it right
i mean, can i use
a
{
b
c
{
d
}
}
instead of
a
{
b
c
d
}
but in such a case when normally its not needed and not usual to use, just i want it if possible coz a certain stuff at a certain place is nicer in my eyes if i do it…

