From b90d63a1922b69fc0f938d973ce2870513c33108 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sun, 26 Nov 2023 11:00:02 -0500 Subject: [PATCH] add versionaddded tag for new feature --- doc/src/variable.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/src/variable.rst b/doc/src/variable.rst index ac2a7adc75..cf136c7d89 100644 --- a/doc/src/variable.rst +++ b/doc/src/variable.rst @@ -706,6 +706,8 @@ library. Ceil() is the smallest integer not less than its argument. Floor() if the largest integer not greater than its argument. Round() is the nearest integer to its argument. +.. versionadded:: TBD + The ternary(x,y,z) function is the equivalent of the ternary operator (? and :) in C or C++. It takes 3 arguments. The first argument is a conditional. The result of the function is y if x evaluates to true