mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
doc: document eprintln
This commit is contained in:
parent
bac6be2273
commit
6a58b566a7
@ -1654,9 +1654,10 @@ The number of builtin functions is low. Other builtin functions are:
|
|||||||
|
|
||||||
|
|
||||||
```v ignore
|
```v ignore
|
||||||
fn exit(exit_code int)
|
fn exit(exit_code int) // terminate the program
|
||||||
fn panic(message string)
|
fn panic(message string)
|
||||||
fn print_backtrace()
|
fn print_backtrace()
|
||||||
|
fn eprintln(s string) // same as println, but use stderr
|
||||||
```
|
```
|
||||||
|
|
||||||
## Modules
|
## Modules
|
||||||
|
Loading…
Reference in New Issue
Block a user