when you enter a PB command [eg: OpenDatabase()] a statusbar entry pops up at the bottom (in addition to parameters, it shows a description: "Opens the specified database")
in a shared coding environment, this would be nice to have for procedures/modules... (actually, might be helpful coding by yourself fas a gentle reminder)
something like
Code: Select all
procedure pear(*type) ;= tells you if this type is in season
endprocedure