Closed ayecue closed 3 months ago
Includes:
function myFunc(index = -1)
"23" < [42]
"0" <= numberStr <= "9"
Includes:
function myFunc(index = -1)
works now"23" < [42]
now correctly returns null"0" <= numberStr <= "9"
works now