tkellehe / noodel

A programming language designed around supporting ASCII animation based code golfing challenges.
10 stars 0 forks source link

Max and Min #96

Open tkellehe opened 7 years ago

tkellehe commented 7 years ago

Add a max and min function. If number is on top, then grab the next and compare. If a string then convert, to number and do the previous statement. If an array, numberify the content then push on the max/min of the array.