fix branches

This commit is contained in:
liquidex 2024-03-31 18:56:47 +02:00
parent b98644c3b9
commit 13fc5d6a30

View file

@ -133,8 +133,10 @@
} }
``` ```
% id = "01HTAQ23YHXTEZ7WNVZREZ8WSZ"
- `lua` - `lua`
% id = "01HTAQ23YHP2MN7VANBA573WWB"
- patterns - patterns
```lua ```lua
-- single-line comment -- single-line comment
@ -154,6 +156,7 @@
funciton() ident funciton() ident
``` ```
% id = "01HTAQ23YHY8EH8Z8AQEQ8G6SA"
- keywords - keywords
```lua ```lua
if then else elseif end do function repeat until while for break return local in not and or goto if then else elseif end do function repeat until while for break return local in not and or goto
@ -162,6 +165,7 @@
<close> <const> <close> <const>
``` ```
% id = "01HTAQ23YHCRZFXM02VYRVS4JS"
- sample - sample
```lua ```lua
-- Ticks the scheduler: executes every active fiber, removes inactive fibers, -- Ticks the scheduler: executes every active fiber, removes inactive fibers,