funcons-simple-0.1.0.3: tests/Basic/Basic19.output
=== Program ===
function main() {
var a[3];
a[1] = "B";
print(a[1]);
}=== Output ===
Result:
null-value
Output Entity: standard-out
"B"
=== Program ===
function main() {
var a[3];
a[1] = "B";
print(a[1]);
}=== Output ===
Result:
null-value
Output Entity: standard-out
"B"