microbat icon indicating copy to clipboard operation
microbat copied to clipboard

Missing Written Varaible and Read Variable

Open ykwongaq opened this issue 2 years ago • 0 comments

For unknown reason, microbat miss the written variable and read variable for line 19: image

The execution process is:

  • Calling function with constant 5 as an input variable
  • Inside the function, variable is incremented by one
  • Function return the incremented variable as an output

ykwongaq avatar Jul 22 '22 07:07 ykwongaq