aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/lang/max.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/lang/max.rst')
-rw-r--r--docs/source/lang/max.rst12
1 files changed, 7 insertions, 5 deletions
diff --git a/docs/source/lang/max.rst b/docs/source/lang/max.rst
index 7dbf6a7..d38eebe 100644
--- a/docs/source/lang/max.rst
+++ b/docs/source/lang/max.rst
@@ -2,15 +2,17 @@
.. _lang-max:
-max(x, y)
-=========
-
-Description
------------
+max()
+=====
(Macro) Calculates the maximum of two numbers.
+Syntax
+------
+
+::
+ max(x, y)
Parameters
----------