about summary refs log tree commit diff
path: root/src/guile/examples.scm
blob: 8855a340c96d6325b0cb0cc77064925ac5c2928f (plain)
1
2
3
4
5
6
(define-module (example)
  #:use-module (srfi srfi-4)
  #:export (make-floats))

(define (make-floats)
  #f64( 1.0 2.2 3.3 4.0))