fork download
  1. set list [list "Hello" "there" "Kristi!"]
  2. puts "This is a list $list"
Success #stdin #stdout 0.03s 5272KB
stdin
Standard input is empty
stdout
This is a list Hello there Kristi!