Function of print command
void commandPrint(List args) { args = args.map((arg) => expEval(arg)).toList(); lprint(args.join(' ')); }