comparison core/src/luan/cmd_line.luan @ 300:9fb523472035

add java() to control java access git-svn-id: https://luan-java.googlecode.com/svn/trunk@301 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Tue, 16 Dec 2014 13:13:33 +0000
parents 9e0d4452e649
children 1f6d828986b9
comparison
equal deleted inserted replaced
299:a74559240b4f 300:9fb523472035
1 import "luan:String" 1 import "luan:String"
2 import "luan:Table" 2 import "luan:Table"
3 import "luan:Io" 3 import "luan:Io"
4 import "luan:Debug"
4 5
5 6
6 local standalone_usage = [=[ 7 local standalone_usage = [=[
7 usage: java luan.CmdLine [options] [script [args]] 8 usage: java luan.CmdLine [options] [script [args]]
8 Available options are: 9 Available options are: