parse(<string>)
:文字列 | 評価結果 |
parse("3+7") | 10
|
text="sin(x)+cos(x)"; f(x):=parse(text);
f(x)
が sin(x)+cos(x)
として解釈され定義されます。
Page last modified on Friday 22 of July, 2011 [13:18:34 UTC].
The original document is available at
http://doc.cinderella.de/tiki-index.php?page=Magic%20OperatorsJ