I'm trying use any others variables like ${touser} and ${number} but I'm getting "undefined" error.
This command is working fine
!commands edit !test $(eval count = $(count); count;)
And this is not working
!commands edit !test $(eval touser = $(touser); touser;)
return "is not defined"