Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Test if an expression is considered successful
Test if an expression is successful:
In[1]:= |
Out[1]= |
In[2]:= |
Out[2]= |
In[3]:= |
Out[3]= |
In[4]:= |
Out[4]= |
SuccessfulQ gives False for any expression that would be considered a failure by Confirm:
In[5]:= |
Out[5]= |
In[6]:= |
Out[6]= |
In[7]:= |
Out[7]= |
In[8]:= |
Out[8]= |
SuccessfulQ has the attribute SequenceHold:
In[9]:= |
Out[9]= |
In[10]:= |
Out[10]= |
In[11]:= |
Out[11]= |
Confirm[expr] is effectively equivalent to ConfirmBy[expr,SuccessfulQ]:
In[12]:= |
Out[12]= |
In[13]:= |
Out[13]= |
In[14]:= |
Out[14]= |
In[15]:= |
Out[15]= |
SuccessfulQ expects a single argument:
In[16]:= |
Out[16]= |
This work is licensed under a Creative Commons Attribution 4.0 International License