Documentation

FT028 (micro test)

Back to documentation index
# FT028 (micro test)

### NXD Sample:

```nxd
MODULE TEST

FUNC MAIN()
    CONST VALUE SET 42

    IF VALUE IS int:
        PRINTLN(VALUE AS int)
```

### Result:

COMPILER: FAIL
SEMANTICS: FAIL

### Expected Output:



### Actual Output:

N/A

### Notes: