comparison core/src/luan/modules/Io.luan @ 297:899253043270

remove PackageLuan.load_lib() git-svn-id: https://luan-java.googlecode.com/svn/trunk@298 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Tue, 16 Dec 2014 03:26:43 +0000
parents
children 2ce23c7e2342
comparison
equal deleted inserted replaced
296:7ea6dfdf81ba 297:899253043270
1 import "java:luan.modules.IoLuan"
2 import "java:java.lang.System"
3
4 read_console_line = IoLuan.read_console_line
5 schemes = IoLuan.newSchemes()
6 Uri = IoLuan.Uri
7 stdin = IoLuan.defaultStdin.table()
8 socket_server = IoLuan.socket_server
9 stdout = IoLuan.textWriter(System.out)
10 stderr = IoLuan.textWriter(System.err)