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.
2 parents cb67366 + 1f1c374 commit 21c7a5dCopy full SHA for 21c7a5d
1 file changed
mathics/builtin/assignment.py
@@ -845,7 +845,7 @@ class Information(PrefixOperator):
845
= f[x] returns the square of x
846
847
>> ? Table
848
- =
+ =
849
. 'Table[expr, {i, n}]'
850
. evaluates expr with i ranging from 1 to n, returning
851
. a list of the results.
@@ -858,7 +858,7 @@ class Information(PrefixOperator):
858
.
859
860
>> Information[Table]
861
862
863
864
0 commit comments