Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/dictionary/function/version.lcdoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ Example:
put the version into field "Version" of me

Example:
if item 1 of the version < 3 then
answer "Not all features will be available"
set the itemDelimiter to "."
if item 1 of the version < 8 then
answer "Widgets are not available"
end if

Returns:
Expand Down
1 change: 1 addition & 0 deletions docs/notes/bugfix-19377.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Updated example in the version dictionary entry