Jump to content

Magic 8-ball: Difference between revisions

Line 900:
 
=={{header|Craft Basic}}==
<syntaxhighlight lang="basic">'magictitle 8"Magic ball8 exampleBall"
 
title "Magic 8 Ball"
 
resize 0, 0, 340, 150
Line 927 ⟶ 925:
 
 
if (forms) = 2 then
 
gosub magicbutton
Line 943 ⟶ 941:
sub magicbutton
 
let r = ( int: (rnd) * 20 ) + 1
 
if r = 1 then
305

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.