Skip to content

1.19.40

Compare
Choose a tag to compare
@andrew-johnson-4 andrew-johnson-4 released this 03 Jan 01:56
· 147 commits to main since this release
c5adbb3

Global variables no longer need to be ascripted, because they need to be inferred anyways.

let x = 5;

instead of

let x = 5 :: U64;