You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
n = 2
if (n == 2) {
print(n)
} else {
print("hello")
}
Now DM-edit the output from 2 to 1. The output in the console remains 1, but it should actually be hello. I suspect that the issue is that we do not re-run the generated program.
The text was updated successfully, but these errors were encountered:
Enter the following code.
Now DM-edit the output from
2
to1
. The output in the console remains1
, but it should actually behello
. I suspect that the issue is that we do not re-run the generated program.The text was updated successfully, but these errors were encountered: