eval function

String eval(
  1. String str
)

Implementation

String eval(String str) => currentContext.eval(str);