Top 1,000 Features Creators Events Podcasts 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: 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: BALGOL
EITHER IF A > B$ FWD = 1$ OTHERWISE$ FWD = 0$
Example from 1 languages: plang
- if %products.Count% > 0 then - go through %products% call !ProcessProduct
*

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

*

Languages without Conditionals include HTML, XML, JSON

*

View all concepts with or missing a hasConditionals measurement

*

Read more about Conditionals on the web: 1.

View source

- Build the next great programming language About Resources Acknowledgements Part of the World Wide Scroll