Le 02/11/2022 à 11:15, Mikael Djurfeldt a écrit : > (define a 5) > (set-object-property! (module-variable (current-module) 'a) > 'documentation "The variable a contains a number.") > ? Why not, but I wanted to point out that variable documentation cannot be done in a way that is consistent with procedure documentation. It needs to be a different mechanism, tied to the module system, which brings some restrictions (what about local variables?). Best, Jean