>>>>> "K" == KONTRA Gergely <kgergely / mlabdial.hit.bme.hu> 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