()
| 135 | } |
| 136 | |
| 137 | public String toString(){ |
| 138 | if(ns != null) |
| 139 | return "#'" + ns.name + "/" + sym; |
| 140 | return "#<Var: " + (sym != null ? sym.toString() : "--unnamed--") + ">"; |
| 141 | } |
| 142 | |
| 143 | public static Var find(Symbol nsQualifiedSym){ |
| 144 | if(nsQualifiedSym.ns == null) |
no outgoing calls
no test coverage detected