Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Conditionals

< >
Example from 1 languages: JavaScript
if (true) console.log("hi!")
Example from 1 languages: Python
if True: print("Hello world")
Example from 1 languages: Lua
if true then print("true") end
Example from 1 languages: Elixir
if true do IO.puts("Hello world") end
Example from 1 languages: Pug
- var user = {description: 'foo bar baz'} - var authorised = false #user if user.description h2.green Description p.description= user.description else if authorised h2.blue Description p.description. User has no description, why not add one... else h2.red Description p.description User has no description
Example from 1 languages: Lil
if 1 print["true"] end
Example from 1 languages: Slope
(if positive? 1 -1)
Example from 1 languages: Jule
if BOOLEAN_EXPRESSION { outln(""Condition is true) }
Example from 1 languages: Slab
if true p A. else p B.
Example from 1 languages: plang
- if %products.Count% > 0 then - go through %products% call !ProcessProduct
Example from 1 languages: BALGOL
EITHER IF A > B$ FWD = 1$ OTHERWISE$ FWD = 0$
*

Languages with Conditionals include JavaScript, C, Python, Java, Perl, Ruby, PHP, Go, C#, R, PowerShell, Bash, Rust, Swift, Scala, Lua, Kotlin, Haskell, CoffeeScript, Elixir, Erlang, Objective-C, Julia, Dart, Solidity, Pascal, Ada, Crystal, Reason, Scheme, Pug, Groovy, Chapel, F#, OCaml, HCL, VHDL, F*, ABAP, Verilog, C3, Koka, Janet, Bicep, Opa, Lil, SystemVerilog, progsbase, C2, Slope, AutoIt, Twig, Clean, Felix, Dylan, Flow9, Maxima, Veryl, ATS, X10, Angelscript, Ligo, Apex, Jule, HOPE, Sophia, fp, JS++, Speedie, Aardvark, Slab, PowerQuery M, Q#, plang, nimrod, BALGOL

*

Languages without Conditionals include HTML, XML, JSON

*

View all concepts with or missing a hasConditionals measurement

*

Read more about Conditionals on the web: 1.

- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements