Talk:Function frequency: Difference between revisions

Content added Content deleted
Line 14: Line 14:
# Are language built-ins which are not functions (for example, the assignment operator) "functions"?
# Are language built-ins which are not functions (for example, the assignment operator) "functions"?
# Are constants "functions"?
# Are constants "functions"?
# Are constants that take (and ignore) their arguments "functions"?
# Are operations which produce constant results that take (and ignore) their arguments "functions"?
# Are constants functions in a language where language syntax allows numbers to take (and ignore) arguments "functions"?
# Are constants functions in a language where language syntax allows numbers to take (and ignore) arguments "functions"?
# Are procedures with side effects "functions"?
# Are procedures with side effects "functions"?