5 messages · Page 1 of 1 (latest)
what does "*" do
asterisk
It is a binary operator that performs a multiplication operation
;compile
print(2 * 5)
10