Copyright © tutorialspoint.com
Syntax
Definition and UsageSets the variables in LIST to be local to the current execution block. If more than one value is specified, you must use parentheses to define the list. Note that local creates a local copy of a variable, which then goes out of scope when the enclosing block terminates. The localized value is then used whenever it is accessed, including any subroutines and formats used during that block. Return ValueNothing ExampleFollowing is the example:
|
Copyright © tutorialspoint.com