How to print variable in sml?

I’m new to SML and in debugging I usually print out the variable to see if it matches up to what I expected it should be. I would like to print out a variable within a functionwhat i have is this :function header.. Right now its printing the string product, but I would like to … Read more