[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: global
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 19 Apr 2002 13:59:26 -0300
>bar = 10;
>
>fuction foo()
>bar = 5; -- this bar is local to foo()
>print(bar);
How about "print"? Is it local too?
--lhf