How do you say something like:
Basically the 'not equals' part. It says it doesn't work.Code:until (x not = y)
How do you say something like:
Basically the 'not equals' part. It says it doesn't work.Code:until (x not = y)
Simba Code:until not(x = y)
![]()
Alright! ty![]()
or
Simba Code:until (x <> y)
There are currently 1 users browsing this thread. (0 members and 1 guests)