Category:AntLang: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 4: Line 4:


For example check out this simple web-server:
For example check out this simple web-server:
<lang AntLang>serv: httprun[8080; {"HTTP/1.0 OK 200\r\n\r\nDirectory: " concat elem["PATH"; x]}]</lang>
<lang AntLang>serv: httprun[8080; {"HTTP/1.0 OK 200\r\n\r\nDirectory: " concat str["PATH" elem x]}]</lang>


Check out [http://ac1235.github.io/ the website], if you are interested.
Check out [http://ac1235.github.io/ the website], if you are interested.