|
||
double eval_expression ( char *str )
char *str; // SilverScreen expression string
|
|
|
Synopsis |
#include "silver.h"
The eval_expression function evaluates str as a numeric SilverScreen expression.
|
|
Parameters |
str is a null-terminated string containing the numeric expression.
|
|
Return Value |
The result of the evaluation is returned.
|
|
See Also |
Expressions are evaluated as described in the SilverScreen Reference Manual. |
|
|
|