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

_bitshiftright

JBtje edited this page Sep 17, 2015 · 1 revision

Syntax

>>

Description

The >> command bit shifts the integer to the right.

Example

NEW
10 PRINT 8 >> 2
LIST

Returns:

2

Wiki

Clone this wiki locally