Skip to content

#if, #else, #endif don't work with whitespace in front of itΒ #4

@RuurdBijlsma

Description

@RuurdBijlsma

Example:

if(missingItems.Length > 0) {
    #if DEPENDENCY_ITEMEXCHANGE
        print("DEPENDENCY DETECTED");
    #else
        print("DEPENDENCY NOT HERE");
    #endif
}

Because of the tab in front of #if it doesn't work

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions