Go to the first, previous, next, last section, table of contents.

Simple Defining Words

Constant       w "name" --         core       "Constant"
Defines constant name name execution: -- w

2Constant       w1 w2 "name" --         double       "2Constant"

fconstant       r "name" --         float       "fconstant"

Variable       "name" --         core       "Variable"

2Variable       "name" --         double       "2Variable"

fvariable       "name" --         float       "fvariable"

Create       "name" --         core       "Create"

User       "name" --         gforth       "User"

Value       w "name" --         core-ext       "Value"

TO       addr "name" --         core-ext       "TO"

Defer       "name" --         gforth       "Defer"

IS       addr "name" --         gforth       "IS"


Go to the first, previous, next, last section, table of contents.