Revision history of "Ternary operator ?"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 14:53, 12 April 2018Lorenz talk contribs 1,983 bytes +1,983 Created page with "The ternary operator can be used to asign values to a variable depending on a condition: <pre> variable myvariable = condition ? value_if_true : value_if_false </pre> This is..."