funcons-simple-0.1.0.3: tests/Basic/Basic07.output
=== Program ===
function main() {
var x = 8 * 5 % 14 - 2 * 6 / 3;
return x;
}=== Output ===
Result:
8
=== Program ===
function main() {
var x = 8 * 5 % 14 - 2 * 6 / 3;
return x;
}=== Output ===
Result:
8