/vqdr/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/vqdr/trunk

« back to all changes in this revision

Viewing changes to src/libvqdr/operator/divide_operator_token.vala

  • Committer: Gustav Hartvigsson
  • Date: 2021-11-11 11:56:44 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20211111115644-j8nfzn39bxqpqlqn
Added sudfolders to the tests folder for future use.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
      // Black holes are bad.
23
23
      if (l_child.result_value.number == 0) {
24
24
        throw new VQDR.Common.MathError.DIVIDE_BY_ZERO
25
 
        ("(DivideOperationToken) The left value is less than zero.");
 
25
        ("(DivideOperationToken) The left value is zero.");
26
26
      }
27
27
      
28
28
      var sb = new GLib.StringBuilder ("(");