parseAsVar

fun String.parseAsVar(operators: OperatorSet): Var

Parses this string as a variable using operators.

Throws

if parsing or type checking fails


Parses this string as a variable.

Throws

if parsing or type checking fails