5 lines
94 B
Plaintext
5 lines
94 B
Plaintext
|
|
// Basic MIR test - minimal scope only
|
||
|
|
x = 42
|
||
|
|
y = 10
|
||
|
|
result = x + y
|
||
|
|
print("Result: " + result)
|