; This file will be read after the LENO software is loaded.
; Here you can redefine a number of LENO variables.

Show source file in large font In post-notes.scm: Link from laml-tutorial-dir to it's cross reference table entry 2.4. Source programs
(define laml-tutorial-dir (string-append laml-dir "examples/tutorial/")) Show source file in large font In post-notes.scm: Link from in-tutorial-dir to it's cross reference table entry 2.4. Source programs
(define (in-tutorial-dir suffix) (string-append laml-tutorial-dir suffix))