Open Pharmhaus-2 opened 5 years ago
Original Author: coconcode
Should this be allowed?
Function Main() Local str := "Test" Local num := 10 Print(str < num) ' prints False End
Original Author: coconcode
Should this be allowed?