callstack added

This commit is contained in:
2021-04-09 00:07:20 +02:00
parent 5afa7dd69f
commit 9ab0a2c98d
5 changed files with 72 additions and 27 deletions

View File

@@ -46,4 +46,12 @@
(print (and (print "xx") (= 1 0) (print "yy")))
(defun aa () (do
(print "prvni")
(+ 1 xx)
(print "druhy")
))
(aa)
; (sleep 1.5)