Follow along with the video below to see how to install our site as a web app on your home screen.
Nota: This feature may not be available in some browsers.
quote:
Sub main()
Dim r(2)
Dim b1(1)
Dim p1(10)
p1(1)=.0001
p1(10)=.0001
p1(8)=.0001
r(1)=3
r(2)=6
c=50
fin=EstrazioneFin
For n=7334 To fin
If IndiceMensile (n+1)=1 Then
a1=Fuori90(Estratto(n,3,5)+18)
b1(1)=a1
ImpostaGiocata 1,b1,r,p1,c
Gioca n
End If
Next
ScriviResoconto
End Sub