view core/src/luan/LuanRepr.java @ 265:454a486d9c19

allow IO on files that don't exist git-svn-id: https://luan-java.googlecode.com/svn/trunk@266 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Wed, 29 Oct 2014 16:26:42 +0000
parents 3dcb0f9bee82
children 8fbb961aabd5
line wrap: on
line source

package luan;


public interface LuanRepr {
	public String repr();
}