Skip to content

Commit

Permalink
Update lsts-syntax.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-johnson-4 authored Jan 7, 2025
1 parent b56cd75 commit a6f9bf6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lsts-syntax.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@

### Syntax Reference

### Literal Values

```
true # Boolean
1 # Integer
1.2 # Floating Point Integer
"abc" # String
'a' # Character
r/a*b+c/ # Regular Expression
```

### Function Application

```
Expand Down

0 comments on commit a6f9bf6

Please sign in to comment.