fork download
  1. W1 <-("one","two","three")
  2.  
  3. W1[1]
Success #stdin #stdout #stderr 0.27s 39144KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Error: unexpected ',' in "W1 <-("one","
Execution halted