```` ∇ foo ⎕←1+1 ∇ ```` trace into this fn and then execute `2+2` in the session. `4` will be appended to the log, but its metadata will show `Code: ⎕←1+1`
trace into this fn and then execute
2+2in the session.4will be appended to the log, but its metadata will showCode: ⎕←1+1