Cannot use null in a variable assignment or as a parameter value

Issue #562 new
Stacey Beard created an issue

Problem

The value null cannot be used in a variable assignment or as a parameter value passed in an operation call in a message view.

Steps to reproduce

  1. Try to assign the value null in a message view variable assignment.
  2. Try to pass null as a parameter in a message view operation call.

Actual result

The above will fail to parse and won’t be accepted.

Expected result

Using null should be possible.

Environment & Version

Windows 10 Home 1909

TouchCORE version:

Comments (2)

  1. Log in to comment