Author Topic: Diffrence between function and procedure  (Read 750 times)

0 Members and 1 Guest are viewing this topic.

Offline Norbo

  • Camper
  • ***
  • Posts: 338
Diffrence between function and procedure
« on: August 24, 2008, 12:46:20 pm »
what is the diffrence?

Offline jrgp

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 5037
Re: Diffrence between function and procedure
« Reply #1 on: August 24, 2008, 12:55:08 pm »
A function returns a result, a procedure doesn't.
« Last Edit: August 24, 2008, 02:07:27 pm by jrgp »
There are other worlds than these

Offline Norbo

  • Camper
  • ***
  • Posts: 338
Re: Diffrence between function and procedure
« Reply #2 on: August 24, 2008, 01:52:33 pm »
I function returns a result, a procedure doesn't.
is that it?
oh cool, can be locked now