7 lines
51 B
Plaintext
7 lines
51 B
Plaintext
fn main() {
|
|
x = 0;
|
|
if true {
|
|
set x = 42;
|
|
};
|
|
}
|