Next: Instruction stod, Up: Floating-point conversion instructions [Contents][Index]
Synopsys:
stof
Given a string containing only a floating-point number, push the corresponding 32-bit floating-point number to the stack, represented as a UINT. On conversion failure, push NULL.
Note that leading (not trailing) whitespaces will be ignored.
Stack: ( STR -- UINT )