impc:ti:pop_zone-check   scheme


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

Implementation

(define impc:ti:pop_zone-check
  (lambda (ast vars kts request?)
    (if (<> (length ast) 1)
        (impc:compiler:print-compiler-error "bad arity in call" ast))
                                        ;(println 'memzonecheck ast (list? (cadr ast)))
    (list "%mzone*")))


Back to Index

Similar Entries