From cf16f0160cd83af2380143d960fc508aa3ac35eb Mon Sep 17 00:00:00 2001 From: arghdos Date: Wed, 23 Nov 2016 18:51:14 -0500 Subject: [PATCH] add else / elif to documentation --- doc/ref_kernel.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/ref_kernel.rst b/doc/ref_kernel.rst index 97d71f3e0..2d754dec2 100644 --- a/doc/ref_kernel.rst +++ b/doc/ref_kernel.rst @@ -292,6 +292,8 @@ Loopy's expressions are a slight superset of the expressions supported by :mod:`pymbolic`. * ``if`` +* ``elif`` (following an ``if``) +* ``else`` (following an ``if`` / ``elif``) * ``reductions`` * duplication of reduction inames * ``reduce`` vs ``simul_reduce`` -- GitLab