| version 1.19, Mon May 13 16:36:55 1996 UTC | version 1.20, Tue Sep 10 16:08:37 1996 UTC | ||
|---|---|---|---|
|
|
||
| : f, ( f -- ) here 1 floats allot f! ; | : f, ( f -- ) here 1 floats allot f! ; | ||
| : fconstant ( r -- ) \ float | : fconstant ( r "name" -- ) \ float | ||
| Create f, | Create f, | ||
| DOES> ( -- r ) | DOES> ( -- r ) | ||
| f@ ; | f@ ; | ||
|
|
||
| ENDIF ; | ENDIF ; | ||
| IS interpreter-notfound | IS interpreter-notfound | ||
| : fvariable ( -- ) | : fvariable ( "name" -- ) \ float | ||
| Create 0.0E0 f, ; | Create 0.0E0 f, ; | ||
| \ does> ( -- f-addr ) | \ does> ( -- f-addr ) | ||
|
||||||||
|
CVS Admin Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |