6 lines
56 B
Plaintext
6 lines
56 B
Plaintext
|
test{
|
||
|
rat x = [3/4];
|
||
|
while x {
|
||
|
int x = 3;
|
||
|
}
|
||
|
}
|