8 lines
77 B
Plaintext
8 lines
77 B
Plaintext
|
test{
|
||
|
rat x = [3/4];
|
||
|
if x{
|
||
|
int x = 3;
|
||
|
} else {
|
||
|
int x = 3;
|
||
|
}
|
||
|
}
|