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

WISH: have % to be a valid word and not an empty file #2450

Closed
Oldes opened this issue Mar 24, 2021 · 1 comment
Closed

WISH: have % to be a valid word and not an empty file #2450

Oldes opened this issue Mar 24, 2021 · 1 comment
Labels
Datatype: word! Oldes.resolved Bugs/wishes with Oldes' fixes/features Red compatibility Issues and changes required for compatibility with Red language Test.written Type.wish

Comments

@Oldes
Copy link
Owner

Oldes commented Mar 24, 2021

Currently:

>> ? %
%"" is a file

In Red it is:

>> ? %
USAGE:
     value1 % value2

DESCRIPTION: 
     Returns what is left over when one value is divided by another. 
     % is an op! value.

ARGUMENTS:
     value1       [number! money! char! pair! tuple! vector! time!] "The dividend (numerator)."
     value2       [number! money! char! pair! tuple! vector! time!] "The divisor (denominator)."

RETURNS:
     The remainder.
     [number! money! char! pair! tuple! vector! time!]
@Oldes Oldes added Type.wish Red compatibility Issues and changes required for compatibility with Red language Datatype: word! labels Mar 24, 2021
Oldes added a commit to Siskin-framework/Rebol that referenced this issue Mar 24, 2021
@Oldes Oldes added Oldes.resolved Bugs/wishes with Oldes' fixes/features Test.written labels May 4, 2021
@Oldes
Copy link
Owner Author

Oldes commented May 4, 2021

% is now op! for remainder -> Siskin-framework/Rebol@933514d

@Oldes Oldes closed this as completed May 4, 2021
Oldes added a commit to Siskin-framework/Rebol that referenced this issue May 4, 2021
Oldes added a commit to Siskin-framework/Rebol that referenced this issue May 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Datatype: word! Oldes.resolved Bugs/wishes with Oldes' fixes/features Red compatibility Issues and changes required for compatibility with Red language Test.written Type.wish
Projects
None yet
Development

No branches or pull requests

1 participant