26th May 2026: STRINGIFY built-in macro (#290)
STRINGIFY(hello world) # becomes "hello world"
9th May 2026: show and hide statements work with struct-typed lists and variables (#284)
struct Point {x,y,z}
var Point p;
# these generate show/hide for each field in p
show p;
hide p;