Fix time_now links
This commit is contained in:
parent
35bfdcbefd
commit
e0730f90a9
@ -466,9 +466,9 @@ if (int_opt?) {
|
||||
- [`sqrt(number: T) -> T`](#sqrtnumber-t---t)
|
||||
- [`pow(number: T, exponent: N) -> T`](#pownumber-t-exponent-n---t)
|
||||
- [`random() -> f32`](#random---f32)
|
||||
- [`time_now() -> i32`](#time-now---i32)
|
||||
- [`time_now() -> i32`](#time_now---i32)
|
||||
- [`random64() -> f64`](#random64---f64)
|
||||
- [`time_now64() -> i64`](#time-now64---i64)
|
||||
- [`time_now64() -> i64`](#time_now64---i64)
|
||||
|
||||
#### `print(text: string)`
|
||||
Prints `text` to standard (stdout, to console by default). This is configurable by changing stdout in the Omega VM.
|
||||
|
Loading…
Reference in New Issue
Block a user