Skip to content

1.19.16

Compare
Choose a tag to compare
@andrew-johnson-4 andrew-johnson-4 released this 21 Nov 21:35
· 724 commits to main since this release
199056c

Features:

  • LSTS field and method syntax
s.field

s.method(a,b)
  • LSTS global variable declarations (must be ascripted)
let x = 1 :: U64;