If r = 0
then cast blind
else cast 'cure blind'
how would i code something like this?
then cast blind
else cast 'cure blind'
how would i code something like this?
This forum is a read-only archive of the Gammon Software forum (2000–2026). No new posts can be made. Search the archive.
Posted by Jordan on Thu 02 Nov 2006 04:24 PM — 4 posts, 15,536 views.
if r == 0 then
Send ("cast blind")
else
Send ("cure blind")
end -- if
a = 42 --> a is now 42