next up previous contents
Nächste Seite: A++ - Erweiterung Aufwärts: Sprachdefinition (EBNF) Vorherige Seite: Sprachdefinition (Diagramm)   Inhalt

Beispiele zur Syntax

Beispiele zur Abstraktion 1. Alternative

(define anton  
  (lambda (x y)
    x))              

(define berta  anton)

(define charly  (anton a b))

Beispiele zur Abstraktion 2. Alternative

(lambda (x) 
  (mult x ten))

Beispiele zur Referenz

anton

berta

Beispiele zur Synthese

(b t f)

(anton a b)

((lambda(x) (add x three)) two)



Georg P. Loczewski 2003-07-18

Impressum und Datenschutz
access counter