"quick": update docu

This commit is contained in:
polos 2017-02-07 12:10:35 +01:00
parent d80096d947
commit db8342cd81

View file

@ -12,6 +12,9 @@ Item {
// * to call lisp functions, use either Lisp.call() or Lisp.apply();
// use JS arrays for lists (can be nested);
//
// * the only limit to Lisp.call() is the number of arguments (max. 16);
// this is just an implementation detail; feel free to extend it (see "../lib/");
//
// * return values can be nested Lisp lists or vectors, which will be converted to
// nested JS arrays: they will be prepared in Lisp and passed to JS eval;
//