Yep, that was my idea
But I am talking about something else. I’m talking about single keyword both for variables and constants (because they are both names for memory cells), like Rust’s let
and some special keywords for modifiers (mut/imm
, rw/ro
…)