Skip to content

pynxc doesn't check for type of variable #5

Description

@Adman

/tmp/tmpCZPiU_/<name_of_program>.nxc
python:

def main():
    a1="X"
    TextOut(10, LCD_LINE1, a1)

nxc:

task main()  {
    int a1;
    a1 = "X";
    TextOut(10, LCD_LINE1, a1);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions