fork download
  1. 0 <fun defs>
  2. 1 <fun def>
  3. 2 <fun header>
  4. 3 <fun name> square
  5. 3 <parameter list> x )
  6. 2 <exp>
  7. 3 <list exp>
  8. 4 <list exp inside>
  9. 5 *
  10. 5 <exp> x
  11. 5 <exp> x
  12. 1 <fun def>
  13. 2 <fun header>
  14. 3 <fun name> pi
  15. 3 <parameter list>
  16. 2 <exp> 3.14159
  17. 1 <fun def>
  18. 2 <fun header>
  19. 3 <fun name> cylinder-Volume
  20. 3 <parameter list> length radius )
  21. 2 <exp>
  22. 3 <list exp>
  23. 4 <list exp inside>
  24. 5 *
  25. 5 <exp> length
  26. 5 <exp>
  27. 6 <list exp>
  28. 7 <list exp inside>
  29. 8 *
  30. 8 <exp>
  31. 9 <list exp>
  32. 10 <list exp inside>
  33. 8 <exp>
  34. 9 <list exp>
  35. 10 <list exp inside>
  36. 11 <exp> radius
  37. 1 <fun def>
  38. 2 <fun header>
  39. 3 <fun name> fact
  40. 3 <parameter list> n )
  41. 2 <exp>
  42. 3 <list exp>
  43. 4 <list exp inside>
  44. 5 if
  45. 5 <exp>
  46. 6 <list exp>
  47. 7 <list exp inside>
  48. 8 =
  49. 5 <exp>
  50. 6 <list exp>
  51. 5 <exp>
  52. 6 <list exp>
  53. 5 =
  54. 5 <cases>
  55. 0: unexpected symbol where id, int, float, or ( expected
  56. 0 -- unexpected symbol here
  57.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty