IF statement

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13231
    Med_Support
    Moderator
    salvador.arrazola

    Hi, can I use differente labels in the IF statement? I was looking one example for a Radial Arm Maze and I found this code:

    IF E/60 >= A [@TrueEndAdapt, @FalseCont]
    @End: ON 1,2,3,4,5,6,7,8; Z^StartTest ---> S4
    @Cont: ---> SX
    

    This mean that I can use different labels for “true” and “false” case, if I understand that the first statement is for “true” case and the second one is for “false” case.

    I thank your help.

    #13232
    Med_Support
    Moderator
    Gary Bamberger

    Yes. The labels are abitrary. It is the location that matters. The first one is always the true portion and the second one is always the false portion.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.