manpagez: man pages & more
info r5rs
Home | html | info | man
[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

7.1.6 Programs and definitions

<program> –> <command or definition>*
<command or definition> –> <command>
    | <definition>
    | <syntax definition>
    | (begin <command or definition>+)
<definition> –> (define <variable> <expression>)
      | (define (<variable> <def formals>) <body>)
      | (begin <definition>*)
<def formals> –> <variable>*
      | <variable>* . <variable>
<syntax definition> –>
     (define-syntax <keyword> <transformer spec>)


This document was generated on March 31, 2014 using texi2html 5.0.

© manpagez.com 2000-2025
Individual documents may contain additional copyright information.