Skip to content

Commit

Permalink
Add operator bbes to index json file
Browse files Browse the repository at this point in the history
  • Loading branch information
SasinduDilshara committed Sep 23, 2024
1 parent e08f760 commit 93ddc8d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions examples/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,27 @@
}
]
},
{
"title": "Operators",
"column": 0,
"category": "Language concepts",
"samples": [
{
"name": "Binary operators",
"url": "binary-operators",
"verifyBuild": true,
"verifyOutput": true,
"isLearnByExample": true
},
{
"name": "Unary operators",
"url": "unary-operators",
"verifyBuild": true,
"verifyOutput": true,
"isLearnByExample": true
}
]
},
{
"title": "Conditional statements",
"column": 0,
Expand Down

0 comments on commit 93ddc8d

Please sign in to comment.