PickBASIC / FlashBASIC
* arithmetic operator
.mdThe * (asterisk) arithmetic operator is a mathematical operator indicating a multiply operation.
Syntax
num.exp * num.expExample(s)
Illustrates using the asterisk arithmetic operator to indicate multiplication.
gross.wages = hours.worked * hourly.rate