comparison core/src/luan/modules/Luan.luan @ 448:8b2db645b9b2

move Luan.to_number to String
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 04 May 2015 20:05:38 -0600
parents 0bd42e774c50
children bab5607a0eed
comparison
equal deleted inserted replaced
447:0bd42e774c50 448:8b2db645b9b2
20 raw_equal = BasicLuan.raw_equal 20 raw_equal = BasicLuan.raw_equal
21 raw_get = BasicLuan.raw_get 21 raw_get = BasicLuan.raw_get
22 raw_len = BasicLuan.raw_len 22 raw_len = BasicLuan.raw_len
23 raw_set = BasicLuan.raw_set 23 raw_set = BasicLuan.raw_set
24 set_metatable = BasicLuan.set_metatable 24 set_metatable = BasicLuan.set_metatable
25 to_number = BasicLuan.to_number
26 to_string = BasicLuan.to_string 25 to_string = BasicLuan.to_string
27 try = BasicLuan.try_ 26 try = BasicLuan.try_
28 type = BasicLuan.type 27 type = BasicLuan.type
29 values = BasicLuan.values 28 values = BasicLuan.values
30 29