string function

Expr string(
  1. String value
)

Implementation

Expr string(String value) {
  return ExprValue(Value.string(value));
}