RosettaCodeData/Task/Enforced-immutability/Forth/enforced-immutability.fth
2023-07-01 13:44:08 -04:00

4 lines
220 B
Forth

256 constant one-hex-dollar
s" Hello world" 2constant hello \ "hello" holds the address and length of an anonymous string.
355 119 2constant ratio-pi \ 2constant can also define ratios (e.g. pi)
3.14159265e fconstant pi