Actions
Feature proposal #6900
closedImplement capturing of echos in code usage
Feature proposal #6900:
Implement capturing of echos in code usage
Description
Currently echos are discarded and only the return value for the anonymous function is output. It however should use the captured echoes, etc.. if no return value is supplied to allow either/or. Maybe combine them if both echos and returns are used.
Actions