comparison core/src/luan/modules/Luan.luan @ 443:bf5e62a9090c

remove toBoolean() and to_boolean()
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 04 May 2015 14:55:51 -0600
parents 75ccb4da803f
children e45bcaf6f5fe
comparison
equal deleted inserted replaced
442:75ccb4da803f 443:bf5e62a9090c
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_boolean = BasicLuan.to_boolean
26 to_number = BasicLuan.to_number 25 to_number = BasicLuan.to_number
27 to_string = BasicLuan.to_string 26 to_string = BasicLuan.to_string
28 try = BasicLuan.try_ 27 try = BasicLuan.try_
29 type = BasicLuan.type 28 type = BasicLuan.type
30 values = BasicLuan.values 29 values = BasicLuan.values