Handbook
Glossary
<chart> ( type -- chart )
Vocabulary
google
.
charts
Inputs
type
an
object
Outputs
chart
an
object
Definition
USING:
accessors
kernel
;
IN:
google.charts
:
<chart>
( type -- chart )
chart
new
swap
>>type
320
>>width
240
>>height
;