Jump to content

Cheryl's birthday: Difference between revisions

m
(→‎{{header|Phix}}: added functional/filter version)
m (→‎{{header|Phix}}: distro link)
Line 1,794:
 
=={{header|Phix}}==
<lang Phix>-- demo\rosetta\Cheryls_Birthday.exw
<lang Phix>sequence choices = {{5, 15}, {5, 16}, {5, 19}, {6, 17}, {6, 18},
{7, 14}, {7, 16}, {8, 14}, {8, 15}, {8, 17}}
 
Line 1,824 ⟶ 1,825:
 
=== functional/filter ===
(this can also be found in demo\rosetta\Cheryls_Birthday.exw)
<lang Phix>enum MONTH, DAY
 
7,822

edits

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