Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
evaln - evaluate to a name
Calling Sequence
evaln(expr)
Parameters
expr
-
expression
Description
The evaln function is used to "evaluate to a name" or, more generally, to form an assignable object. The name (assignable object) will not itself be evaluated.
A typical example of its use would be divide(a,b,evaln(t[i])) where i is the index of a for loop.
If the expression is a simple name (i.e. a symbol) then the same effect can be achieved by using single quotes on the name.
evaln can be used on names, subscripts, function calls, and concatenations.
There is also a procedure parameter modifier, evaln, which declares that an argument to a procedure invocation must evaluate to a name.
Thread Safety
The evaln command is thread-safe as of Maple 15.
For more information on thread safety, see index/threadsafe.
Examples
If something which does not evaluate to a name is passed to evaln an error is returned
Error, illegal use of an object as a name
See Also
:=, assigned, The evaln Modifier, uneval
Download Help Document