Rosetta Code/Count examples: Difference between revisions

Content added Content deleted
No edit summary
Line 326: Line 326:
=={{header|EGL}}==
=={{header|EGL}}==
{{works with|EDT}}
{{works with|EDT}}
[[File:Catcount.PNG|thumb|right|Graphical client implementation]]
A graphical implementation with a grid showing the number of implementations for each category as well as total category and implementation counts. Uses the latest (as of October, 2012) MediaWiki API call formats.
A graphical implementation with a grid showing the number of implementations for each category as well as total category and implementation counts. Uses the latest (as of October, 2012) MediaWiki API call formats.
<lang EGL>package com.dandarnell.client;
<lang EGL>package com.dandarnell.client;
Line 408: Line 409:


</lang>
</lang>



=={{header|F Sharp|F#}}==
=={{header|F Sharp|F#}}==