{{htmlmetatags>metatag-robots=()
metatag-title=(MUL | ugBASIC User Manual)
metatag-keywords=(ugBASIC,Commodore 64,Commodore PLUS/4,ZX Spectrum)
metatag-description=(Manual page for MUL)
metatag-media-og:image=(:ugbasic:logo-ugbasic-fb.png)
metatag-og:title=(MUL | ugBASIC User Manual)
metatag-og:description=(Manual page for MUL)
}}
====== ugBASIC User Manual ======
===== MUL =====
===== SYNTAX =====
MUL var, expr
==== PURPOSE ====
The ''MUL'' statement is used to multiply the value of a numeric variable by
a specified amount. In other words, it is like multiply one number with another.
It is the same as ''var = var * expr''.
It takes the ''var'' to which you want
to multiply a value and the ''expr'' as the expression you want to multiply
to the variable.
==== EXAMPLE ====
MUL v, 42
==== ABBREVIATION ====
Mu
==== AVAILABLE ON ====
==== ANY PROBLEM? ====
If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please [[https://github.com/spotlessmind1975/ugbasic/issues/new?title=ISSUE ON MUL|open an issue]] for this keyword on GitHub. Thank you!===== POWERED BY =====
[[:ugbasic:user:index|{{ :ugbasic:user:logo-ugbasic.png?nolink&600 |}}]]