Talk:Rosetta Code/Rank languages by popularity: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
No edit summary
Line 8: Line 8:
<code algol68>39 http content (reply, "www.rosettacode.org", "http://www.rosettacode.org/w
<code algol68>39 http content (reply, "www.rosettacode.org", "http://www.rosettacode.org/w
/index.php?title=Special:Categories&limit=500", 0);
/index.php?title=Special:Categories&limit=500", 0);
1 a68g16.exe: error: 1: tag "httpcontent" has not been declared properly (detected in c
1

a68g16.exe: error: 1: tag "httpcontent" has not been declared properly (detected in c
onditional-clause starting at "IF" in line 37).</code>
onditional-clause starting at "IF" in line 37).</code>



Revision as of 22:24, 18 April 2009

I tested ALGOL 68 (I'm using release algol68g-mk16.win32), but it did not worked. Do I need a library? --Guga360 22:19, 18 April 2009 (UTC)

PS: I'm currently on Windows, i'll try to restart in Ubuntu later.

Error:

39 http content (reply, "www.rosettacode.org", "http://www.rosettacode.org/w /index.php?title=Special:Categories&limit=500", 0); 1 a68g16.exe: error: 1: tag "httpcontent" has not been declared properly (detected in c onditional-clause starting at "IF" in line 37).

I think it's really a library. But i never programmed in ALGOL, what should i do?