Operations.ctxt 682B

12345678910111213
  1. #BlueJ class context
  2. comment0.target=Operations
  3. comment1.params=x\ y
  4. comment1.target=int\ add(int,\ int)
  5. comment1.text=\n\ The\ addition\ function.\n\ @param\ x\ The\ first\ operand\n\ @param\ y\ The\ second\ operand\n\ @return\ the\ sum\ of\ x\ and\ y\n
  6. comment2.params=x\ y
  7. comment2.target=int\ subtract(int,\ int)
  8. comment2.text=\n\ The\ subtraction\ function\n\ @param\ x\ The\ first\ operand\n\ @param\ y\ The\ second\ operand\n\ @return\ y\ taken\ from\ x\n
  9. comment3.params=x\ y
  10. comment3.target=int\ multiply(int,\ int)
  11. comment3.text=\n\ The\ multiplication\ function\n\ @param\ x\ The\ first\ operand\n\ @param\ y\ The\ second\ operand\n\ @return\ x\ times\ y\n
  12. numComments=4