Skip to content

Commit

Permalink
update warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxd3 committed Mar 6, 2024
1 parent bc6c55e commit 22b1702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Most of the [functions](https://www.multibugs.org/documentation/latest/Functions
## Function defined in Julia Standard Library

!!! warning "No keyword arguments syntax in BUGS"
Please note that some functions listed may accept additional arguments (e.g. `trunc`) and/or keyword arguments (e.g. `sum`, `sort`). However, `JuliaBUGS` is designed to only support function arguments of type `Real` or `AbstractArray{Real}`. Furthermore, `JuliaBUGS` does not accommodate the use of keyword argument syntax; thus, the default values for any optional or keyword arguments will be automatically applied.
Please note that some functions listed may accept additional arguments (e.g. `trunc`) and/or keyword arguments (e.g. `sum`, `sort`, `mean`). However, at the moment `JuliaBUGS` only supports function arguments of type `Real` or `AbstractArray{Real}`. Furthermore, `JuliaBUGS` does not accommodate the use of keyword argument syntax. Thus, the default values for any optional or keyword arguments will be automatically applied.

```@docs
abs
Expand Down

0 comments on commit 22b1702

Please sign in to comment.