2 cmdbuf - print the command buffer
11 This function returns the command string that was formed by calc based
12 on its command line arguments. If calc was invoked without arguments,
13 this function will return an empty string.
16 % calc "print cmdbuf(); a = 3; print a^2;"
17 print cmdbuf(); a = 3; print a^2;