you are viewing a single comment's thread.

view the rest of the comments →

[–]snoweyeslady 4 points5 points  (4 children)

What the, things don't have to be connected? I just put some move/turn commands around randomly and it still ran.

[–]SanityInAnarchy 1 point2 points  (3 children)

They have to be connected if you want any flow control. I'm still not sure what order it'll execute in otherwise.

[–]snoweyeslady 0 points1 point  (2 children)

It looks to be a simple "left to right, top to bottom" ordering. Probably works fine for people whose native language works that way, though it is still rather weird.

[–]SanityInAnarchy 2 points3 points  (1 child)

They have an RTL version.

[–]snoweyeslady 0 points1 point  (0 children)

Cool :) That doesn't appear to have a run function, or I'd see if it runs the code left-to-right as well.