Measures Concepts
GitHub icon

Infix Notation

Infix Notation - language feature

< >
Example from JavaScript, TypeScript:
const six = 2 + 2 + 2
Example from Python, Elixir, Cython, Speedie:
seven = 3 + 4
Example from Coconut:
5 `mod` 3 == 2
Example from HOPE:
max(10,20) + max(1,max(2,3));

Languages with Infix Notation include JavaScript, Python, TypeScript, Elixir, Cython, Coconut, Speedie, HOPE, Aardvark

This question asks: Does this language use operators between operands?

Read more about Infix Notation on the web: 1.

HTML of this page generated by Features.ts

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout