diff --git a/docs/docs/control_expressions/if.md b/docs/docs/control_expressions/if.md index 5c268f8..2111508 100644 --- a/docs/docs/control_expressions/if.md +++ b/docs/docs/control_expressions/if.md @@ -9,7 +9,8 @@ import CodeBlockSimple from '@site/components/CodeBlockSimple' # If With `if` and `else` keywords the flow of a program can be controlled. - # Elif `elif` allows providing of an additional consequence check after `if` and before evaluating the alternative provided by `else`. There is no limit on how many `elif` statements can be used. - \ No newline at end of file +puts("i have no idea") +end' output='is a string' /> \ No newline at end of file