You may read this thread:
Since newLISP is open-source you can do work on it under the given license.
Regards
Hans-Peter
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
(define (initial-clauses str)
(set 'start (array rows columns (map int (explode str))))
(for (row 0 (sub1 rows))
(for (col 0 (sub1 columns))
(when (> (start row col) 0)
(push (string (to-var row col (sub1 (start row col))) " 0")
problem
)
)
)
)
)
Quote
newLISP v.10.7.4 32-bit on Windows IPv4/6 libffi, options: newlisp -h
> (load "hpwAutoIt.lsp")
AUTOIT_WinMinimizeAllUndo@1000161F
>