following throws type error, and doesn't work ``` struct line {inner} list line scene; onflag { say line {inner: 1} in scene; } ``` following should throw type error but does not, and outputs invalid sb3 ``` onflag { say 1 in scene; } ```