19/05/2023: A causa di un errore sono stati cancellati, insieme ad account creati da bot, alcuni account legittimi. Si prega di leggere qui: https://www.gambas-it.org/smf/index.php?topic=9733.0
iFrase1 = Int(Rnd(1, 51))iFrase2 = Int(Rnd(52, 102))iFrase3 = Int(Rnd(103, 153))
STATIC PUBLIC SUB Main() DIM Dice AS Integer Randomize Dice = Int(Rnd(1, 7)) 'Throws the dice between 1 and 6 PRINT "You threw a " & diceEND