|
|
|
|
|
by mojifwisi
1345 days ago
|
|
> C-style also has a problem in that there is no way to define arbitrary blocks I might have misunderstood what you mean by "arbitrary blocks", but you can definitely do this in C: int main()
{
{
/* arbitrary block */
return 0;
}
}
|
|