Skip to content

[Bug] For loops should optionally use ; #103

Description

@tinkerer-red

Currently these are required for for loops, however from my testing it looks like the following for loop is valid code.

for(var i=0; i<array_length(ship_ide) i++){

source file:
C:\Users\Red\Documents\Gamemaker Studio 2\__compile_tests_from_github\__gms23\Adeptus-Dominus__ChapterMaster\objects\obj_bomb_select\Draw_0.gml

Where you can see the ; is missing between the condition and the iter.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Bug 😅Something isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions