mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-08 19:40:35 -08:00
replace deprecated ECL C names; revisions; integrate QML into the library ('qml-lisp.lisp' is obsolete now);
This commit is contained in:
parent
8d3bc5234f
commit
799cc1de36
25 changed files with 358 additions and 1854 deletions
|
|
@ -32,7 +32,8 @@ Item {
|
|||
console.log(Lisp.call("x:join", ["11", "55"], ":"))
|
||||
|
||||
// (4) nested list arguments
|
||||
// N.B: don't get fooled by the printed representation of the return value:
|
||||
// N.B: don't get fooled by the printed representation of the return value
|
||||
// (affects older Qt versions only):
|
||||
// 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]))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue