6 lines
65 B
Text
6 lines
65 B
Text
switch (1)
|
|
{
|
|
case 1:
|
|
io::printn("SPAM");
|
|
nextcase 1;
|
|
}
|