Basic Examples 
(1)
 

Create a loop that increments a counter and then checks for primality:
In[5]:=
x=7;​​
[◼]
Until
[PrimeQ[x],x++]​​x
Out[7]=
11

Scope 
(1)
 


Options 
(1)
 


Properties and Relations 
(2)
 
