p_1 | p_2 | ... is a pattern object which represents any of the patterns p_i.
As of Version 6.0, AmbientLight has been superseded by settings for Lighting.
AnchoredSearch is an option for Find and FindList that specifies whether the text searched for must be at the beginning of a record.
AndersonDarlingTest[data] tests whether data is normally distributed using the Anderson\[Dash]Darling test.AndersonDarlingTest[data, dist] tests whether data is distributed ...
And
(Built-in Mathematica Symbol) e_1 && e_2 && ... is the logical AND function. It evaluates its arguments in order, giving False immediately if any of them are False, and True if they are all True.
Animate
(Built-in Mathematica Symbol) Animate[expr, {u, u_min, u_max}] generates an animation of expr in which u varies continuously from u_min to u_max. Animate[expr, {u, u_min, u_max, du}] takes u to vary in ...
AnimationCycleOffset is an option for cells that specifies the relative position of the next graphic to be used in an animation sequence.
AnimationCycleRepetitions is an option for cells that specifies the number of times a given animation cycle should be repeated.
AnimationDirection is an option which specifies the direction to run an animation.
AnimationDisplayTime is an option for Cell that specifies the minimum time in seconds for which a cell should be displayed in the course of an animation that runs through a ...