# Get info about variables and functions in REPL

**URL:** https://discourse.julialang.org/t/get-info-about-variables-and-functions-in-repl/101790
**Category:** General Usage
**Tags:** question, repl
**Created:** [July 19, 2023, 4:25pm UTC](https://discourse.julialang.org/t/get-info-about-variables-and-functions-in-repl/101790 "2023-07-19T16:25:07Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ufechner7](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ufechner7/32/51363_2.png) [@ufechner7](https://discourse.julialang.org/u/ufechner7)
#### Post date: [July 19, 2023, 4:25pm UTC](https://discourse.julialang.org/t/get-info-about-variables-and-functions-in-repl/101790/1 "2023-07-19T16:25:07Z")

</div>

I know that there is the function varinfo(). But how can I get only a list of:

- global variables
- global constants
- global structs
- global enums
- global functions

and not a mix of everything?
