Atoms can carry data. Use the data keyword to shows what data the atom holds, and its default value.
data
element Sand { data isWet false data temperature 15 }
Last updated 3 years ago