BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
URL:https://www.learndesk.us/class/6425874276548608/lesson/211a33525adb69a547c0a7afc0811b15?ref=outlook-calendar
SUMMARY:Elvis Operator
DTSTART;TZID=America/Los_Angeles:20260502T190000
DTEND;TZID=America/Los_Angeles:20260502T200000
LOCATION:https://www.learndesk.us/class/6425874276548608/lesson/211a33525adb69a547c0a7afc0811b15?ref=outlook-calendar
DESCRIPTION: In certain computer programming languages, the Elvis operator, often written ?:, or or ||, is a binary operator that returns its first operand if that operand is considered true, and otherwise evaluates and returns its second operand. Note that the first operand does not need to have the literal boolean value true for the first operand to be returned; it just needs to be a value that is considered true by the specific language (such as 17 or "hello" being considered true in C). The Elvis operator is a variant of the ternary conditional operator, ? : in the sense that the expression with the Elvis operator A ?: B is approximately equivalent to the expression with the ternary operator A ? A : B.

https://www.learndesk.us/class/6425874276548608/lesson/211a33525adb69a547c0a7afc0811b15?ref=outlook-calendar
STATUS:CONFIRMED
SEQUENCE:3
BEGIN:VALARM
TRIGGER:-PT10M
DESCRIPTION:Class Reminder
ACTION:DISPLAY
END:VALARM
END:VEVENT
END:VCALENDAR