Jump to content

Call a function: Difference between revisions

Line 2,423:
 
<lang langur>for .key in sort(keys .tests) {
val .pass = .isintest(.key)
write .key, ": ", .pass
writeln if(.pass == .tests[.key]: ""; " (ISIN TEST FAILED)")
}
# unbounded list on keys bounded by closing parenthesis of sort</lang>
990

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.