comparison core/src/luan/modules/Binary.luan @ 321:7f7708e8fdd4

remove import statement git-svn-id: https://luan-java.googlecode.com/svn/trunk@322 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Sun, 08 Feb 2015 07:26:20 +0000
parents fed1893821bf
children cbb94a7c7a9e
comparison
equal deleted inserted replaced
320:fed1893821bf 321:7f7708e8fdd4
1 java 1 java()
2 import "java:luan.modules.BinaryLuan" 2 local BinaryLuan = require "java:luan.modules.BinaryLuan"
3 3
4 byte = BinaryLuan.byte_ 4 byte = BinaryLuan.byte_
5 binary = BinaryLuan.binary 5 binary = BinaryLuan.binary