4 lines
220 B
Forth
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
|