%help
int a = 1;
int b = 2;
int c = 3;
%whos
%who
int triple(int x) { return x * 3; }
%methods
class Foo { public int val; }
%classes
%reset
%whos
%who
%methods
%classes
%quit