Sqr

From Mesham

Jump to: navigation, search

Overview

This sqr[n] function will return the result of squaring n.

  • Pass: An integer to square
  • Returns: An integer representing the squared result

Example

var a:=sqr[10];
Personal tools