From: ts Date: 2003-08-07T22:32:53+09:00 Subject: Re: C's static equivalent >>>>> "K" == KONTRA Gergely writes: K> Is there something similar to C's static keyword? K> I want a single function, which has to access and modify a permanent K> variable. Any solution without bundling the function to a class? Use a closure Guy Decoux