mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-10 12:20:57 -08:00
small revisions
This commit is contained in:
parent
f0ab71b30b
commit
d773093dbd
7 changed files with 17 additions and 15 deletions
|
|
@ -31,7 +31,7 @@ Item {
|
|||
|
||||
// (4) nested list arguments
|
||||
// N.B: don't get fooled by the printed representation of the return value:
|
||||
// it's a nested JS array internally
|
||||
// it's a nested JS array internally (".length" will give 3)
|
||||
console.log(Lisp.call("list", [[1, 2, 3], ["a", "b", "c"], 4, 5], 6, [[7, 8], 9]))
|
||||
|
||||
// (5) pass 'this' as first argument (can be accessed in Lisp via qml:*caller*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue