Cyteon / modu

Modu is a simple and fast interpreted programming language.
http://www.cyteon.tech/modu/
21 stars 7 forks source link

Division sucks #7

Closed coolbeans1212 closed 2 months ago

coolbeans1212 commented 2 months ago

so uh when i do the following code in modu (most epicest language): import "math" as math; math.div(1,2); i get: ⚠️ div takes 2 arguments Traceback (most recent call last): File "<stdin>", line 3 Belive this is a bug? Report it: https://mateishome.page while i expect to get: No output

please help me this is detrimental to my mental wellbeing Untitled2

Cyteon commented 2 months ago

working on it rn

Cyteon commented 2 months ago

Fixed in https://github.com/Cyteon/modu/pull/8