Table of Contents
Allegro CL Certification Program
Session 2 Agenda
Allegro CL Certification Program
Summary 1
PPT Slide
PPT Slide
Summary 2
PPT Slide
Summary 3
Format
Format cont�d
Common Format Control Arguments
Allegro CL Certification Program
Conditionals
IF
Using if
Using if, cont�d
Progn
Prog1 and Progn
WHEN
UNLESS
Compound Tests
Other Types of Tests
COND
COND cont�d
CASE
Falling out of Case
Case Example 1
Case Example 2
ECASE
Typecase
Etypecase
Allegro CL Certification Program
dolist
dotimes
dotimes with return value
do
Do Syntax
Loop Without Keywords
Loop with Keywords
Iteration with Loop
Looping using from/to
Iteration without loop
Summing a List of Numbers
Finding the Maximum
Iteration using conditionals
Recursion
Recursion cont�d
Recursion con�d, trace output
Recursion cont�d 2
Recursion Components
Factorial
factorial con�d, trace output
List Recursion
List Recursion cont�d 1
List Recursion cont�d 2
List Recursion cont�d 3
List Recursion cont�d 4
Allegro CL Certification Program
non-local exits
Return-from is a lot like GOTO
Return-from cont�d
block and return-from
return
return cont�d
catch and throw
catch and throw example
Catch and throw example 2
catch and throw cont�d
Packages (intro)
Packages (intro)
Packages introduction
Packages
Packages cont�d 1
Packages cont�d 2
Packages cont�d 4
Packages cont�d 5
Packages cont�d 6
Getting package information
Getting package information 2
Creating a package
Creating a package cont�d
Packages cont�d 7
Packages cont�d 8
Class Info
|