Table of Contents

ASL

Bit-shifts a number to the left; Gambas synonim for SHL

Implemented by: Gambas

With variations:

Also written as:

Usage

In Gambas, it can be used in common "function notation", like in v = Asl (240, 2), or in a maybe more BASICy way like in v = 240 Asl 2.

Variations

In Gambas it is a synonim of the SHL function.

Examples

Comments

Similar keywords

* SHL

In other languages...

References

* https://gambaswiki.org/wiki/lang/asl , last check 2024-02-16