Changeset 4038
- Timestamp:
- 09/24/03 00:06:42 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/Do.java
r4018 r4038 3 3 * 4 4 * Copyright (C) 2003 Peter Graves 5 * $Id: Do.java,v 1. 2 2003-09-23 14:55:45piso Exp $5 * $Id: Do.java,v 1.3 2003-09-24 00:06:42 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 24 24 public final class Do extends Lisp 25 25 { 26 // ### do 26 27 private static final SpecialOperator DO = new SpecialOperator("do") { 27 28 public LispObject execute(LispObject args, Environment env) … … 32 33 }; 33 34 35 // ### do* 34 36 private static final SpecialOperator DO_ = new SpecialOperator("do*") { 35 37 public LispObject execute(LispObject args, Environment env)
Note: See TracChangeset
for help on using the changeset viewer.