fast_linsolve/function with no arguments



> On a different topic: how do I define a function with no arguments?
> I want to have a function whose output is, for instance, %RNUM_LIST.
> How can I do this without dummy arguments?

func():=%rnum_list;