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

_bitshiftleft

JBtje edited this page Sep 17, 2015 · 1 revision

Syntax

<<

Description

The << command bit shifts the integer to the left.

Example

NEW
10 PRINT 1 << 2
LIST

Returns:

4

Wiki

Clone this wiki locally