fork download
  1. a = 30
  2.  
  3. switch a
  4. case 10
  5. x = a + 10
  6. end
  7.  
Success #stdin #stdout 0.17s 65056KB
stdin
Standard input is empty
stdout
a =  30