Menu: Difference between revisions

Content added Content deleted
(added PowerShell)
(GP)
Line 838: Line 838:
in
in
{System.showInfo "You chose: "#Item}</lang>
{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}}==
=={{header|Perl}}==