Skip to content
#

howto-tutorial

Here are 52 public repositories matching this topic...

jlp765
jlp765 commented Jan 27, 2020

A suggested addition to
Basic Data Types -> floats
(or maybe its own sub-section)

An extended example with two operators of the same precedence, e.g.

5.0 * 3.0 mod 10.0
is evaluated as
(5.0 * 3.0) mod 10.0
because multiplication and modulus have the same precedence level

It might help to include a reference to Precedence Levels at https://nim-lang.org/docs/manual.html#sy

Improve this page

Add a description, image, and links to the howto-tutorial topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the howto-tutorial topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.