jan tolenaar / kiezellisp / index-of-everything

Name

list-symbols

Usage

builtin-function

Syntax

(list-symbols package-name)

Description

Returns a list with the internal and external symbols of package package-name.

make-html > (list-symbols "shell")
it: (shell:$home
      shell:$local-application-data
      shell:$my-documents
      shell:$roaming-application-data
      shell:$sudo
      shell::args
      shell::destination
      shell::forms
      shell::head
      shell::old-path
      shell::parts
      shell::replace-head
      shell::semicolon
      shell::source
      shell::unix
      shell::windows
      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-external-symbols list-internal-symbols