Fix time_now links

This commit is contained in:
Teascade 2017-08-27 22:35:02 +00:00
parent 35bfdcbefd
commit e0730f90a9
1 changed files with 2 additions and 2 deletions

View File

@ -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.