Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add toBool conversion function #59

Merged
merged 1 commit into from
Sep 8, 2023
Merged

Conversation

ricardoboss
Copy link
Owner

@ricardoboss ricardoboss commented Sep 5, 2023

Fixes #58.

Added a new function 'toBool' to convert values into boolean type. The changes include adding a new class for this function, adding it to the application scope, and explaining its functionality in the Wiki page. Also added the test cases for the new function. The function is designed to interpret numbers, strings, lists, and other data types in a way that makes sense in a boolean context. This provides a more intuitive way for users to perform boolean operations with different data types.

@ricardoboss ricardoboss force-pushed the issues/58-tobool-function branch 2 times, most recently from 2279484 to 0394393 Compare September 8, 2023 12:00
Added a new function 'toBool' to convert values into boolean type. The changes include adding a new class for this function, adding it to the application scope, and explaining its functionality in the Wiki page. Also added the test cases for the new function. The function is designed to interpret numbers, strings, lists, and other data types in a way that makes sense in a boolean context. This provides a more intuitive way for users to perform boolean operations with different data types.
@ricardoboss ricardoboss merged commit 28d57d3 into main Sep 8, 2023
10 checks passed
@ricardoboss ricardoboss deleted the issues/58-tobool-function branch September 8, 2023 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

toBool: Converts the given value to a bool.
1 participant