Hi, wanted to know if variable reassignment is a possibility we have to look for in the assignment. E.g.
x - 12
x - 5
print x
Thank you.
This is a repost of a previously untagged question.
Hi, just wondering if empty functions, e.g
function numbers
print 1
print 2
print 3
numbers ()
is possible in .ml, or if functions require parameters to be passed through them, as shown in the rest of the sample.ml files.
Hi, my partner and I were wondering as all samples provided only involved basic mathematic notation
Will we ever get .ml files with more complicated notation that requires the use of PEMDAS, for example 1 7 6 3, which should equal 15 with PEMDA...