What do I mean by this?
int a = 5;
int add(int a, int b) {
return a + b;
}
I’ve only been seeing languages using pascal type declarations, and I want to know if there are any modern languages with this type of syntax.
New contributor
rufu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.