Re: (no_name) is equal to -inf
- Posted by SnakeCharmer Jan 19, 2013
- 1076 views
Sorry for disturbing, I found a mistake in such code.
include std/math.e integer Players = 0 sequence Scores = {1000, 2000, 3000} Scores = head(Scores, Players) ? max(Scores)
I forgot that the variable has to be increased by 1 because it is received from DLL in C.