Changeset 4038


Ignore:
Timestamp:
09/24/03 00:06:42 (20 years ago)
Author:
piso
Message:

Added explicit tags.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/j/src/org/armedbear/lisp/Do.java

    r4018 r4038  
    33 *
    44 * Copyright (C) 2003 Peter Graves
    5  * $Id: Do.java,v 1.2 2003-09-23 14:55:45 piso Exp $
     5 * $Id: Do.java,v 1.3 2003-09-24 00:06:42 piso Exp $
    66 *
    77 * This program is free software; you can redistribute it and/or
     
    2424public final class Do extends Lisp
    2525{
     26    // ### do
    2627    private static final SpecialOperator DO = new SpecialOperator("do") {
    2728        public LispObject execute(LispObject args, Environment env)
     
    3233    };
    3334
     35    // ### do*
    3436    private static final SpecialOperator DO_ = new SpecialOperator("do*") {
    3537        public LispObject execute(LispObject args, Environment env)
Note: See TracChangeset for help on using the changeset viewer.