Syntax
sort(*list*)
*list*.sort()
Examples
sort([3, 1, 2])
["c", "a", "b"].sort()
→ sort
Untitled
More Info
sort · Notion Formulas · Ben Smith