Skip to content
This repository was archived by the owner on Aug 27, 2021. It is now read-only.

_modulo

JBtje edited this page Sep 17, 2015 · 2 revisions

Syntax

%

Description

The % (modulo) returns the remainder of the division.

Example

NEW
10 PRINT 10 % 3

Returns:

1

Wiki

Clone this wiki locally