comparison web/src/luan/modules/web/web_shell.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 5652cdea25f5
children 7f7708e8fdd4
comparison
equal deleted inserted replaced
299:a74559240b4f 300:9fb523472035
1 import "luan:Basic" 1 import "luan:Basic"
2 import "luan:Io" 2 import "luan:Io"
3 import "luan:Debug"
3 import "luan:web/Http" 4 import "luan:web/Http"
4 5
5 per_session = true 6 per_session = true
6 7
7 local history = {} 8 local history = {}