Quantcast
Channel: OutSystems Community
Viewing all articles
Browse latest Browse all 1476385

[Ideas] Allow Actions/Functions to be passed as a parameter

$
0
0
Allowing functions to be passed as a parameter has been supported in many popular languages including Java, JavaScript, Python, and PHP.  Adding this functionality will make OutSystems code more dynamic.

Well-Known JavaScript Example:

// $() is an alias of jQuery()
$(function(){
    // code goes here
});

Viewing all articles
Browse latest Browse all 1476385

Trending Articles