Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 329 Bytes

else.md

File metadata and controls

9 lines (8 loc) · 329 Bytes

"Else if" in multiple languages

  • elif: Python, bash, and F#
  • elsif: Perl and Ruby
  • elseif: PHP and PowerShell
  • else if : C, C++, C#, JavaScript, and just about everything else (if)
  • ELSE IF : T-SQL (case-insensitive)
  • ElseIf : VB, VBScript, and VB.NET (case-insensitive)