Jump to content

Conditional structures: Difference between revisions

m
m (→‎{{header|Wren}}: Changed to Wren S/H)
Line 2,486:
 
=={{header|EasyLang}}==
<syntaxhighlight lang="text">i = random 10
i = randint 10
if i mod 2 = 0
print i & " is divisible by 2"
elif i mod 3 = 0
print i & " is divisible by 3"
else
print i & " is not divisible by 2 or 3"
.
.</syntaxhighlight>
 
=={{header|Efene}}==
2,042

edits

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