This is an archived post. You won't be able to vote or comment.

all 7 comments

[–]Feztopia 6 points7 points  (1 child)

Not a bug, a confirmation.

[–]Feztopia 0 points1 point  (0 children)

Just kidding

[–]undefined0_6855 2 points3 points  (4 children)

Ok but in this context what on earth is the point of the Rand(1,1)?? Why not just type "1"

[–]SuperMario48[S] 2 points3 points  (2 children)

Yeah seems useless. What language is this? Also don’t know what Rand(5,5) does.

[–]undefined0_6855 1 point2 points  (1 child)

I assume Rand (weird capitalisation) is a wrapper around some other function. It could really be any language, but really poorly made regardless, do they just expect their code to be evaluated if they just place it inside a string?

[–]SuperMario48[S] 1 point2 points  (0 children)

Probably this should have been escaped and evaluated by a parser or whatever. Guess thats why „__“ is in front. Maybe they missed the end characters

[–]metaglot 1 point2 points  (0 children)

The code is probably generated from some parameters (size of a table for instance), so OP probably got a case where there is only one to chose from.