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

Time substraction not implemented #653

Open
organom opened this issue Sep 8, 2023 · 0 comments
Open

Time substraction not implemented #653

organom opened this issue Sep 8, 2023 · 0 comments

Comments

@organom
Copy link
Member

organom commented Sep 8, 2023

Time() - Time()

returns

| The arguments did not match any of the methods' parameters.          |
| Method or MultiMethod name: -                                        |
| Called with arguments' types: Time, Time                             |
| Please check that you pass the right number of arguments.            |
| Please check that arguments' types are matching methods' parameters. |

Maybe:

F '+'(a:Time, b:Time) a.Int() + b.Int()
F '-'(a:Time, b:Time) a.Int() - b.Int()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant