Difference between revisions of "Sqr"

From Mesham
Jump to navigationJump to search
(Created page with '== Overview == This sqr[n] function will return the result of squaring ''n''. * '''Pass:''' An integer to square * '''Returns:''' An integer representing the squared result ==…')
(No difference)

Revision as of 22:18, 10 January 2010

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];