view scriptTest/search.k @ 14:19b1335632f6

commit
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Sun, 01 Jul 2012 00:23:51 +0900
parents
children
line wrap: on
line source

K.import("konoha");
K.import("konoha.io");

System.p("test");

InputStream in = new InputStream("test.txt");
System.p(in.readLine());