impc:ti:globalvar-exists?   scheme


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/runtime/llvmti.xtm

Implementation

(define impc:ti:globalvar-exists?
  (lambda (globalvar-name)
    (if (impc:ti:get-globalvar-type globalvar-name) #t #f)))


Back to Index