Menu: Difference between revisions

62 bytes removed ,  13 years ago
m
→‎Icon and Unicon: header simplification
(Add Brat solution)
m (→‎Icon and Unicon: header simplification)
Line 493:
END</lang>
 
== {{header|Icon}} and {{header|Unicon }}==
==={{header|Icon}}===
<lang Icon>procedure main()
 
Line 508 ⟶ 507:
write("You selected ",a," ==> ",L[a])
end</lang>
==={{header|Unicon}}===
This Icon solution works in Unicon.
 
=={{header|J}}==
Anonymous user