Rosetta Code/Find bare lang tags: Difference between revisions

Content added Content deleted
(→‎{{header|Tcl}}: Full solution)
Line 142:
}
proc getTaskContent task {
set token [getUrlWithRedirect http://rosettacode.org/mw/apiindex.php \
title $task action raw]
set content [http::data $token]