Hi guys,
is it possible to get line number which is currently executed in script? Somethin like:
(if error (println $lineno))
;; something magical like $it :)
Thanks in advance.
If nothing else, you could perhaps use an expression reading counter
(reader-event (fn (x) (inc $exprno) x))