Rosetta Code/Find bare lang tags: Difference between revisions

m
(→‎{{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]
Anonymous user