comparison src/luan/LuanRepr.java @ 88:6ca02b188dba

add LuanBit to clean up code; add repr(); git-svn-id: https://luan-java.googlecode.com/svn/trunk@89 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Wed, 27 Feb 2013 23:50:32 +0000
parents
children
comparison
equal deleted inserted replaced
87:eaf37cfa30c2 88:6ca02b188dba
1 package luan;
2
3
4 public interface LuanRepr {
5 public String repr();
6 }