global procedure / function
- Posted by eeel Oct 05, 2015
- 1415 views
using euphoria 3.1
when looking through libraries (for example 'get.e')
i notice that some procedures & function declarations are preceeded with GLOBAL and others are not
can anyone explain to me the difference between PROCEDURE and GLOBAL PROCEDURE?
likewise between FUNCTION and GLOBAL FUNCTION?
i understand how GLOBAL affects a variable decalration - but not a procedure or function declaration
thank you for any information you can share