Are you sure you can! Using this one weird only obvious trick:
to-report string-to-task [s]
report runresult (word "task [" s "]")
end
Please note that this will return a reporter or team task depending on the contents of the input string.
source
share