6 lines
56 B
Plaintext
6 lines
56 B
Plaintext
test{
|
|
bool x = true;
|
|
while x {
|
|
int x = 3;
|
|
}
|
|
} |