We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f2498 commit 30ff55fCopy full SHA for 30ff55f
mathics/builtin/evaluation.py
@@ -180,9 +180,8 @@ class Evaluate(Builtin):
180
<url>:WMA link:https://reference.wolfram.com/language/ref/Evaluate.html</url>
181
182
<dl>
183
- <dt>'Evaluate'[$expr$]
184
- <dd>forces evaluation of $expr$, even if it occurs inside a
185
- held argument or a 'Hold' form.
+ <dt>'Evaluate'[$expr$]
+ <dd>forces evaluation of $expr$, even if it occurs inside a held argument or a 'Hold' form.
186
</dl>
187
188
Create a function $f$ with a held argument:
0 commit comments