- write-edge whence whitherprocedure
- write-edge whence whither attributesprocedure
Write an edge
- whence
- The label whence
- whither
- The lable whither
- attributes
- Attributes of the edge
(define write-edge (case-lambda ((whence whither) (write-edge whence whither '())) ((whence whither attributes) (format #t "~a -> ~a [~a];" whence whither (attributes->string attributes)))))