comparison core/src/luan/cmd_line.luan @ 186:cf939124461a

don't import modules by default git-svn-id: https://luan-java.googlecode.com/svn/trunk@187 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Thu, 26 Jun 2014 00:36:50 +0000
parents 3dcb0f9bee82
children 27abb3746917
comparison
equal deleted inserted replaced
185:5f50dba8ac7d 186:cf939124461a
1 import "String"
2 import "Table"
3
1 4
2 local standalone_usage = [=[ 5 local standalone_usage = [=[
3 usage: java luan.CmdLine [options] [script [args]] 6 usage: java luan.CmdLine [options] [script [args]]
4 Available options are: 7 Available options are:
5 -e stat execute string 'stat' 8 -e stat execute string 'stat'