Missing Mod

This topic contains 6 replies, has 4 voices, and was last updated by  DaY 2 years ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #7815

    DaY
    Participant

    why is there not a Mod() function in the maths part? or am i missing some thing.

    #7816

    DaY
    Participant

    is there another way to do this as below works in BMX

    [/crayon]
    #7818

    Hezkore
    Participant

    Don’t you just write “Mod”?
    Like:  Print 5 Mod 4

    #7820

    DaY
    Participant
    [/crayon]

    gives me these errors

    [/crayon]
    #7821

    Jesse
    Participant

    It should work. it works like this:

    [/crayon]

    You should report it as a bug over at GitHub.

    #7822

    Mark Sibly
    Keymaster

    Yes, translator bug!

    ‘blah=blah mod etc’ works, but ‘blah mod=etc’ doesn’t, possibly only when blah is non-int type. Will fix.

    #7831

    DaY
    Participant

    ah ok thought it was me being dumb lol

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.