Get info about variables and functions in REPL

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?

1 Like