Lucas-Lehmer test: Difference between revisions

Content deleted Content added
PatGarrett (talk | contribs)
Add VBScript section
PatGarrett (talk | contribs)
Line 1,888:
 
=={{header|VBScript}}==
<lang vb>iexpmax = 15
iexpmax = 15
n=1
out=""
Line 1,906 ⟶ 1,905:
End If
Next
Wscript.echo out</lang>
</lang>
{{Out}}
<pre>M2 M3 M5 M7 M13 </pre>
<pre>
M2 M3 M5 M7 M13
</pre>
 
 
 
=={{header|Visual Basic .NET}}==