feat: implement intrinsic function BOOLEAN-OF-INTEGER#281
Open
kmr-srbh wants to merge 3 commits intoOCamlPro:gitside-gnucobol-3.xfrom
Open
feat: implement intrinsic function BOOLEAN-OF-INTEGER#281kmr-srbh wants to merge 3 commits intoOCamlPro:gitside-gnucobol-3.xfrom
kmr-srbh wants to merge 3 commits intoOCamlPro:gitside-gnucobol-3.xfrom
Conversation
Signed-off-by: Saurabh Kumar <developer.saurabh@outlook.com>
Signed-off-by: Saurabh Kumar <developer.saurabh@outlook.com>
Signed-off-by: Saurabh Kumar <developer.saurabh@outlook.com>
68019e5 to
bf23a4c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Specification
BOOLEAN-OF-INTEGERreturns a boolean item of usage bit representing the binary valueof
argument-1.argument-2specifies the length of the boolean data item that is returned.argument-1must be a positive integer.argument-2must be a positive non-zero integerReturned value is a boolean item of usage bit that has the same bit configuration as
the binary representation of the value of
argument-1, where the rightmost boolean positionis the low-order binary digit. The boolean value is zero-filled or truncated on the left, if
necessary, in order to return a boolean item whose length is specified by
argument-2interms of boolean positions.