commandInput function

dynamic commandInput(
  1. List args
)

Function of input command

Implementation

dynamic commandInput(List args) => expEval(Expression.parse(linput()));