Neg

From Mesham

Jump to: navigation, search

Overview

This neg[n] function will return the result of negating n.

  • Pass: An integer to negate
  • Returns: An integer representing the negated result

Example

var a:=neg[15];
var y;
y:=neg[a];
Personal tools