fork download
  1. sosat = function (...) {
  2. cat(paste(..., collapse=" "))
  3. }
  4.  
  5. sosat(c("Imenno", "poetomu", "ya", "za"))
Success #stdin #stdout 0.21s 39336KB
stdin
Standard input is empty
stdout
Imenno poetomu ya za