Skip to content

Commit

Permalink
Update Hog doc quickstart (#9495)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusandra authored Oct 1, 2024
1 parent 4698799 commit 4c06a4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contents/docs/hog/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ This compatibility imposes a few key differences comparted to other programming
- You must type out `and`, `or` and `not`. Currently `&&` and `!` raise syntax errors, whereas `||` is used as the string concatenation operator.
- All arrays in Hog start from index `1`. Yes, for real. Trust us, we know. However that's how SQL has always worked, so we adopted it.
- The easiest way to debug your code is to `print()` the variables in question, and then check the logs.
- Strings must always be written with `'single quotes'`. You may use `f`-string templates like `f'Hello {name}'`.

## Syntax

Expand Down

0 comments on commit 4c06a4a

Please sign in to comment.