Open StephanWald opened 1 month ago
More samples:
if touch then title$ = title$ + " (Touch)" else title$ = title$ + " (Not Touch)"
if web then body$ = "" else body$ = "document.body."
index = 0; if index!<>null() then index = num(index!)
if result! = null() then result$ = "null" else result$ = result!.getClass().getName()+" "+result!.toString()
@dhuebner can we tackle this one soon please? It's one of the last egregious issues that flags tons of sample programs
also a problem:
top_rs_row = rs_row; if debug then ? "top_rs_row=",top_rs_row