fork download
  1. W1 <-c("one","two","three")
  2.  
  3. W1[1]
Success #stdin #stdout 0.25s 39228KB
stdin
Standard input is empty
stdout
[1] "one"