Mercurial Hosting > luan
diff core/src/luan/modules/String.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 | e9d4d5854e54 |
children | ceb3fd33adf1 |
line wrap: on
line diff
--- a/core/src/luan/modules/String.luan Mon May 04 17:19:43 2015 -0600 +++ b/core/src/luan/modules/String.luan Mon May 04 20:05:38 2015 -0600 @@ -16,5 +16,6 @@ reverse = StringLuan.reverse sub = StringLuan.sub to_binary = StringLuan.to_binary +to_number = StringLuan.to_number trim = StringLuan.trim upper = StringLuan.upper