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

_multiply

JBtje edited this page Sep 17, 2015 · 1 revision

Syntax

*

Description

The * command allows you to multiply two numbers.

Example

NEW
10 A = 1
20 PRINT A * 10
LIST

Returns:

10

Clone this wiki locally