Skip to content

BigInt

Pre-release
Pre-release
Compare
Choose a tag to compare
@hpq-dev hpq-dev released this 14 Nov 19:10
· 12 commits to main since this release
07af7d3

v1.1.2
The new way you create variables has been changed

old:
new_BigInt::<money[MAX_PLAYERS]>
new_BigInt::<bank[MAX_PLAYERS]>

now:
new bigInt:money[MAX_PLAYERS]<>,bigInt:bank[MAX_PLAYERS]<>;

and other bug fixed