- Tcl_ExprLong
- Tcl_ExprDouble
- Tcl_ExprBoolean
- Tcl_ExprString
- evaluate an expression
- NAME
- SYNOPSIS
#include <tcl.h>
int
Tcl_ExprLong(interp, string, longPtr)
int
Tcl_ExprDouble(interp, string, doublePtr)
int
Tcl_ExprBoolean(interp, string, booleanPtr)
int
Tcl_ExprString(interp, string)
- ARGUMENTS
- DESCRIPTION
- KEYWORDS