jan tolenaar / kiezellisp / index-of-everything

Name

list-public-symbols

Usage

builtin-function

Syntax

(list-public-symbols package-name)

Description

Returns a list with the public symbols of package package-name.

make-html > (list-public-symbols "shell")
it: (shell:$home
      shell:$local-application-data
      shell:$my-documents
      shell:$roaming-application-data
      shell:$sudo
      shell:cd
      shell:dir
      shell:env
      shell:exec
      shell:exec-with-detach
      shell:exec-with-io-redirect
      shell:expand-path-name
      shell:get-special-folder
      shell:here
      shell:make-safe-argument-string
      shell:path
      shell:pwd
      shell:robocopy-mirror
      shell:run
      shell:sudo
      shell:with-directory)

See also

list-private-symbols list-symbols