--- source: src/runtime/eval.rs description: "\nVAR_1 (at position 0) must be hello before the program starts\nVAR_4 resolves to 'hello from sbash' after evaluating the program\nwhen update_var2 is called VAR_4 becomes 'hello from bash' without the s\n" expression: evaluated_variables --- hello hello from sbash hello from bash