Update fonction let

It would be great if it was possible to put several variables at once.

Exemple :
Actualy :

operation_x.let(tmp ,   ....)
let(operation_x, tmp,    ...)

let( x_value , x , let(y_value, y, ...) ) 

needed :

let(
x_value, x,
y_value, y, 
... other variable,
my_result
)
4 Likes