Rosetta Code/Find bare lang tags: Difference between revisions

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