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
});
Well-Known JavaScript Example:
// $() is an alias of jQuery()
$(function(){
// code goes here
});