fork download
  1. # your code goes here
  2. x<-2
  3. a<-3
  4. b<-2
  5. c
  6.  
  7. x+a->c
  8. >c
  9.  
Success #stdin #stdout #stderr 0.21s 39428KB
stdin
Standard input is empty
stdout
function (...)  .Primitive("c")
stderr
Error: unexpected '>' in ">"
Execution halted