to ( n --- <valname> )
published: 28 January 2023 / updated 31 January 2023
vocabulary: forth
to
assign new value to valname
Example:
value score
12 to score
score . \ display 12
published: 28 January 2023 / updated 31 January 2023
vocabulary: forth
to
assign new value to valname
value score
12 to score
score . \ display 12