Closed artob closed 1 year ago
Implementing Clarity for SmartWeave, I was surprised that the get-counter function in the counter.clar example used define-public instead of define-read-only. Perhaps an oversight during the evolution of the language?
get-counter
counter.clar
define-public
define-read-only
Implementing Clarity for SmartWeave, I was surprised that the
get-counter
function in thecounter.clar
example useddefine-public
instead ofdefine-read-only
. Perhaps an oversight during the evolution of the language?