Skip to content

Commit

Permalink
Add conditionals concepts (JuliaLang#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaMann authored May 7, 2021
1 parent 3395496 commit 9cd16bd
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1021,6 +1021,11 @@
"slug": "composite-types",
"name": "Composite Types"
},
{
"uuid": "0d312606-7738-4b0a-9c33-564c40c6f35d",
"slug": "conditionals",
"name": "Conditionals"
},
{
"uuid": "3584666e-faaa-4a30-b5af-b80c4ee980c7",
"slug": "constants",
Expand All @@ -1046,6 +1051,11 @@
"slug": "functions",
"name": "Functions"
},
{
"uuid": "684a989c-530f-43df-9a1d-d76708528312",
"slug": "if-expressions",
"name": "If Expressions"
},
{
"uuid": "cdf8b342-f8b6-4b34-8c6c-05c968c685bf",
"slug": "kwdef",
Expand Down Expand Up @@ -1096,11 +1106,21 @@
"slug": "randomness",
"name": "Randomness"
},
{
"uuid": "25d93b83-fbca-452a-bac2-e5b0d3b656eb",
"slug": "short-circuit-evaluation",
"name": "Short-Circuit Evaluation"
},
{
"uuid": "ac862fcd-90a1-404c-8f6d-ba42f2c813a4",
"slug": "symbols",
"name": "Symbols"
},
{
"uuid": "6587e5b6-f87f-4a57-81bb-080d030409ff",
"slug": "ternary-operator",
"name": "Ternary Operator"
},
{
"uuid": "7ebfefea-f725-4b3e-9f2d-b5820b73dd9a",
"slug": "unicode-identifiers",
Expand Down

0 comments on commit 9cd16bd

Please sign in to comment.