Skip to content

1.19.19

Compare
Choose a tag to compare
@andrew-johnson-4 andrew-johnson-4 released this 23 Nov 01:50
· 421 commits to main since this release
e81efb9

Features:

  • LSTS syntax destructure structured data
  • destructure by field-name
match term {
   TermCase { field-name=field-name, field2-name=field2-name } => print(field-name);
}