1.19.40
andrew-johnson-4
released this
03 Jan 01:56
·
147 commits
to main
since this release
Global variables no longer need to be ascripted, because they need to be inferred anyways.
let x = 5;
instead of
let x = 5 :: U64;