Hi All,
Math problem:
x = 60÷5(7−5)
raku -e 'say 60÷5(7−5)'
No such method 'CALL-ME' for invocant of type 'Int'
in block <unit> at -e line 1
Seems raku does not like the (). How do I fix this
and maintain the flow and look of the equation?
-T
The correct answer is 24
- 'CALL-ME' Math problem? ToddAndMargo via perl6-users
- Re: 'CALL-ME' Math problem? Kevin Pye
- Re: 'CALL-ME' Math problem? ToddAndMargo via perl6-users
- Re: 'CALL-ME' Math problem? ToddAndMargo via perl6-users
- Re: 'CALL-ME' Math problem? Daniel Sockwell
- Re: 'CALL-ME' Math problem? Parrot Raiser
- Re: 'CALL-ME' Math problem? Vadim Belman
- Re: 'CALL-ME' Math problem? Matthew Stuckwisch
- Re: 'CALL-ME' Math problem? Fernando Santagata
- Re: 'CALL-ME' Math problem? Wenzel P. P. Peppmeyer
