Functiondojox.lang.functional.compileListcomp

dojo.require("dojox.lang.functional.listcomp");
defined in dojox/lang/functional/listcomp.js

This method returns a function built from the list comprehension text snippet (conformant to JS 1.7). It is meant to be reused several times.

Usage

function (/*String*/ s) (view source)
parametertypedescription
sString