In this guide, we will discuss Arithmetic Operators in ELM Programming Language.
Illustration
Try the following example in REPL −
> a = 7 7 : number > b = 2 2 : number > a+b 9 : number > a-b 5 : number > a*b 14 : number > a/b 3.5 : Float > a//b 3 : Int > a % b 1 : Int
Next Topic : Click Here
Pingback: Elm - Operators | Adglob Infosystem Pvt Ltd
Say, you got a nice blog.Really thank you! Really Cool.