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 function
what i have …
Im doing a homework problem to make a function sumOdd to computer the sum of the first n odd integers, but i cant seem to find any sort of elseif type statement to do so. What im trying to do …
I'm learning ML, with the SML/NJ dialect. What I'm trying to figure out is if there is a line comment operator. I found the block comment operator, (* ... *), but I really miss line comments.
Suggestions? Or am I just stuck …