Jump to content

Guess the number: Difference between revisions

(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
Line 1,167:
 
=={{header|EasyLang}}==
<syntaxhighlight lang="text">n = random 10 + 1
n = random 10
write "Guess a number between 1 and 10: "
repeat
Line 1,176 ⟶ 1,177:
write "try again: "
.
print " is correct. Well guessed!"</syntaxhighlight>
</syntaxhighlight>
 
=={{header|Eiffel}}==
2,044

edits

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