allot ( n -- )
published: 30 January 2023 / updated 30 January 2023
vocabulary: forth
Adjust the current data section dictionary pointer.
Example:
create myScores
4 cell * allot \ allot 8 bytes in memory
published: 30 January 2023 / updated 30 January 2023
vocabulary: forth
Adjust the current data section dictionary pointer.
create myScores
4 cell * allot \ allot 8 bytes in memory