View Single Post
  #5  
Old 01-10-2002, 11:00 AM
Er1c Er1c is offline
Registered User
Er1c's Avatar
Join Date: Mar 2001
Location: Chicago, IL
Posts: 791
Er1c is on a distinguished road
Return returns to the part of the script that called the function. In most scripting laungages, when you use return you return information back to the main script, but graal doesn't support that, in graal functions act as if they are just part of the script typed out in a different place.
__________________
Eric Kraft
Reply With Quote