Org-Babel API
Table of Contents
Org-Babel-Asymptote API Functions
org-babel-asymptote-define-type data
Determine type of data.
data is a list. Return type as a symbol.
The type is string if any element in data is
a string. Otherwise, it is either real, if some elements are
floats, or int.
org-babel-asymptote-var-to-asymptote pair
Convert an elisp value into an Asymptote variable.
The elisp value pair is converted into Asymptote code specifying
a variable of the same value.