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

_divide

JBtje edited this page Sep 17, 2015 · 1 revision

Syntax

/

Description

The / allows you to perform integer division.

Example

NEW
10 PRINT 10 / 3

Returns:

3

Clone this wiki locally