Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. command: sum
  2. value1: 4
  3. value2: 6
  4. Sum of the values 10
  5.  
  6. command: product
  7. luku1: 3
  8. luku2: 2
  9. Product of the values 6
  10.  
  11. command: integral
  12. IllegalCommand: Command integral not found
  13. command: difference
  14. value1: 3
  15. value2: 2
  16. Difference of the values 1
  17.  
  18. command: end
  19. Calculations done 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement