Mercurial Hosting > luan
diff website/src/diff.html.luan @ 513:0dfc01d8d42d
rename type "userdata" to "java"
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 24 May 2015 12:05:00 -0600 |
parents | d96944467ffc |
children | 7cc9d4a53d3b |
line wrap: on
line diff
--- a/website/src/diff.html.luan Fri May 22 16:08:23 2015 -0600 +++ b/website/src/diff.html.luan Sun May 24 12:05:00 2015 -0600 @@ -86,7 +86,7 @@ <p>Luan functions may be written in Luan or may be wrappers around native Java methods. Any Java method may be called as a Luan function.</p> -<p>Luan <i>userdata</i> is nothing more than a Java object that doesn't fall into one of the other recognized types.</p> +<p>The Luan <i>java</i> type is a replacement for Lua's <i>userdata</i>. A Luan <i>java</i> value is nothing more than a Java object that doesn't fall into one of the other recognized types.</p> <p>The Luan <i>binary</i> type is the Java <i>byte[ ]</i> type which is an array of bytes.</p>