Jump to content

Menu: Difference between revisions

200 bytes added ,  13 years ago
GP
(added PowerShell)
(GP)
Line 838:
in
{System.showInfo "You chose: "#Item}</lang>
 
=={{header|PARI/GP}}==
<lang parigp>choose(v)=my(n);for(i=1,#v,print(i". "v[i]));while(type(n=input())!="t_INT"|n>#v|n<1,);v[n]
choose(["fee fie","huff and puff","mirror mirror","tick tock"])</lang>
 
=={{header|Perl}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.