Changeset 3534
- Timestamp:
- 08/26/03 17:17:35 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/Complex.java
r3529 r3534 3 3 * 4 4 * Copyright (C) 2003 Peter Graves 5 * $Id: Complex.java,v 1.1 1 2003-08-26 16:17:20piso Exp $5 * $Id: Complex.java,v 1.12 2003-08-26 17:17:35 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 166 166 } 167 167 168 public LispObject COMPLEXP() 169 { 170 return T; 171 } 172 168 173 public String toString() 169 174 {
Note: See TracChangeset
for help on using the changeset viewer.